Module change_stream

Source
Expand description

Contains the functionality for change streams.

Modules§

event
Contains the types related to a ChangeStream event.
session
Types for change streams using sessions.

Structs§

ChangeStream
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.