Table of Contents

Interface IClusterClock

Namespace
MongoDB.Driver.Core.Clusters
Assembly
MongoDB.Driver.Core.dll

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 BsonDocument

The new cluster time.