Module mongodb::change_stream
source · Expand description
Contains the functionality for change streams.
Modules
- Contains the types related to a
ChangeStreamevent. - Types for change streams using sessions.
Structs
- A
ChangeStreamstreams the ongoing changes of its associated collection, database or deployment.ChangeStreaminstances should be created with methodwatchagainst the relevant target.