CoreTransaction.RecoveryToken Property (original) (raw)
MongoDB .NET Driver API Documentation
CoreTransactionRecoveryToken Property
Gets the recovery token used in sharded transactions.
Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public BsonDocument RecoveryToken { get; }
Public ReadOnly Property RecoveryToken As BsonDocument Get
member RecoveryToken : BsonDocument with get
Property Value
Type: BsonDocument
The recovery token.
See Also