startAtOperationTime

fun startAtOperationTime(startAtOperationTime: BsonTimestamp): ChangeStreamIterable<T>

The change stream will only provide changes that occurred at or 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.

Return

this

Parameters

startAtOperationTime

the start at operation time