CursorBatchTDocument Constructor (Int64, BsonDocument, IReadOnlyListTDocument)

Initializes a new instance of the CursorBatchTDocument struct.

Namespace:  MongoDB.Driver.Core.WireProtocol
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public CursorBatch(
	long cursorId,
	BsonDocument postBatchResumeToken,
	IReadOnlyList<TDocument> documents
)

Parameters

cursorId
Type: SystemInt64
The cursor identifier.
postBatchResumeToken
Type: MongoDB.BsonBsonDocument
The post batch resume token.
documents
Type: System.Collections.GenericIReadOnlyListTDocument
The documents.
See Also

Reference