Table of Contents

Method InitializeUnorderedBulkOperationAs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

InitializeUnorderedBulkOperationAs<TDocument>()

Creates a fluent builder for an unordered bulk operation.

public virtual BulkWriteOperation<TDocument> InitializeUnorderedBulkOperationAs<TDocument>()

Returns

BulkWriteOperation<TDocument>

A fluent bulk operation builder.

Type Parameters

TDocument

The type of the documents.