IClientSessionClusterTime Property |
Gets the cluster time.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax BsonDocument ClusterTime { get; }
ReadOnly Property ClusterTime As BsonDocument
Get
abstract ClusterTime : BsonDocument with get
Property Value
Type:
BsonDocument
The cluster time.
See Also