Class BulkWriteOptions
Options for a bulk write operation.
public sealed class BulkWriteOptions
- Inheritance
-
BulkWriteOptions
- Inherited Members
Constructors
BulkWriteOptions()
Initializes a new instance of the BulkWriteOptions class.
public BulkWriteOptions()
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
IsOrdered
Gets or sets a value indicating whether the requests are fulfilled in order.
public bool IsOrdered { get; set; }
Property Value
Let
Gets or sets the let document.
public BsonDocument Let { get; set; }