Module mongodb::change_stream
source · Expand description
Contains the functionality for change streams.
Modules
Contains the types related to a
ChangeStream
event.Types for change streams using sessions.
Structs
A
ChangeStream
streams the ongoing changes of its associated collection, database or
deployment. ChangeStream
instances should be created with method watch
against the relevant
target.