Table of Contents

Class BulkWriteOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a bulk write operation.

public sealed class BulkWriteOptions
Inheritance
BulkWriteOptions
Inherited Members

Constructors

BulkWriteOptions()

Initializes a new instance of the BulkWriteOptions class.

Properties

BypassDocumentValidation

Gets or sets a value indicating whether to bypass document validation.

Comment

Gets or sets the comment.

IsOrdered

Gets or sets a value indicating whether the requests are fulfilled in order.

Let

Gets or sets the let document.