startAtOperationTime property

Timestamp? startAtOperationTime
getter/setter pair

The starting point for the change stream. If the specified starting point is in the past, it must be in the time range of the oplog. To check the time range of the oplog, see rs.printReplicationInfo().

startAtOperationTime is mutually exclusive with resumeAfter and startAfter

New in version 4.0.

Implementation

Timestamp? startAtOperationTime;