Module mongodb::change_stream::event
source · Expand description
Contains the types related to a ChangeStream
event.
Structs
- Identifies the collection or database on which an event occurred.
- A
ChangeStreamEvent
represents a change event in the associated change stream. - An opaque token used for resuming an interrupted
ChangeStream
. - Describes an array that has been truncated.
- Describes which fields have been updated or removed from a document.
Enums
- The operation type represented in a given change notification.