Module mongodb

Module mongodb 

Source
Expand description

MongoDB Change Stream support.

Structs§

ChangeStreamBuilder
Builder for Change Stream configuration.
ChangeStreamOptions
Options for a Change Stream.
ChangeStreamPipeline
A pipeline stage for filtering Change Stream events.

Enums§

ChangeType
The type of change in a Change Stream event.
FullDocument
Full document return policy for updates.
FullDocumentBeforeChange
Full document before change return policy.
PipelineStage
A pipeline stage.