Interface IOperationClock
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
An operation clock.
public interface IOperationClock
Properties
OperationTime
Gets the operation time.
BsonTimestamp OperationTime { get; }
Property Value
- BsonTimestamp
The operation time.
Methods
AdvanceOperationTime(BsonTimestamp)
Advances the operation time.
void AdvanceOperationTime(BsonTimestamp newOperationTime)
Parameters
newOperationTime
BsonTimestampThe new operation time.