Interface IClusterClock
A cluster clock.
public interface IClusterClock
Properties
ClusterTime
Gets the cluster time.
BsonDocument ClusterTime { get; }
Property Value
- BsonDocument
The cluster time.
Methods
AdvanceClusterTime(BsonDocument)
Advances the cluster time.
void AdvanceClusterTime(BsonDocument newClusterTime)
Parameters
newClusterTime
BsonDocumentThe new cluster time.