Click or drag to resize

IMongoCollectionTDocumentBulkWrite Method (IEnumerableWriteModelTDocument, BulkWriteOptions, CancellationToken)

Performs multiple write operations.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
BulkWriteResult<TDocument> BulkWrite(
	IEnumerable<WriteModel<TDocument>> requests,
	BulkWriteOptions options = null,
	CancellationToken cancellationToken = null
)

Parameters

requests
Type: System.Collections.GenericIEnumerableWriteModelTDocument
The requests.
options (Optional)
Type: MongoDB.DriverBulkWriteOptions
The options.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: BulkWriteResultTDocument
The result of writing.
See Also