Gets the post batch resume token.
Namespace:
MongoDB.Driver.Core.WireProtocol
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic BsonDocument PostBatchResumeToken { get; }
Public ReadOnly Property PostBatchResumeToken As BsonDocument
Get
member PostBatchResumeToken : BsonDocument with get
Property Value
Type:
BsonDocument
The post batch resume token.
See Also