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§
- Change
Stream - A
ChangeStream
streams the ongoing changes of its associated collection, database or deployment.ChangeStream
instances should be created with methodwatch
against the relevant target.