Expand description
Contains the types related to a ChangeStream event.
Structs§
- Change
Namespace - Identifies the collection or database on which an event occurred.
- Change
Stream Event - A
ChangeStreamEventrepresents a change event in the associated change stream. - Resume
Token - An opaque token used for resuming an interrupted
ChangeStream. - Truncated
Array - Describes an array that has been truncated.
- Update
Description - Describes which fields have been updated or removed from a document.
Enums§
- Change
Namespace Type - Identifies the type of object for a
createevent. - Operation
Type - The operation type represented in a given change notification.