Table of Contents

Class ClientBulkWriteOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a bulk write operation.

public sealed class ClientBulkWriteOptions
Inheritance
ClientBulkWriteOptions
Inherited Members

Constructors

ClientBulkWriteOptions()

Initializes a new instance of the BulkWriteOptions class.

ClientBulkWriteOptions(bool, bool?, bool, WriteConcern, BsonDocument, BsonValue)

Initializes a new instance of the BulkWriteOptions class.

Properties

BypassDocumentValidation

Bypass document validation.

Comment

Comment.

IsOrdered

A value indicating is bulk requests are fulfilled in order.

Let

Let document.

VerboseResult

Whether detailed results for each successful operation should be included in the returned results.

WriteConcern

The write concern to use for this bulk write.