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.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
BulkWriteResult<TDocument> BulkWrite(
	IEnumerable<WriteModel<TDocument>> requests,
	BulkWriteOptions options = null,
	CancellationToken cancellationToken = default
)

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