Module mongodb::change_stream::session
source · Expand description
Types for change streams using sessions.
Structs
- A
SessionChangeStream
is a change stream that was created with a ClientSession that must be iterated using one. To iterate, useSessionChangeStream::next
: