Table of Contents

Class InsertManyOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for inserting many documents.

public sealed class InsertManyOptions
Inheritance
InsertManyOptions
Inherited Members

Constructors

InsertManyOptions()

Initializes a new instance of the InsertManyOptions class.

public InsertManyOptions()

Properties

BypassDocumentValidation

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

public bool? BypassDocumentValidation { get; set; }

Property Value

bool?

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

IsOrdered

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

public bool IsOrdered { get; set; }

Property Value

bool