start At Operation Time
abstract fun startAtOperationTime(startAtOperationTime: BsonTimestamp): ChangeStreamFlow<TResult>
Content copied to clipboard
The change stream will only provide changes that occurred after the specified timestamp.
Any command run against the server will return an operation time that can be used here.
The default value is an operation time obtained from the server before the change stream was created.
Since
1.9
Return
this
Parameters
start At Operation Time
the start at operation time