Table of Contents

Class BulkWriteOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class BulkWriteOptions
Inheritance
BulkWriteOptions
Inherited Members

Constructors

BulkWriteOptions()

public BulkWriteOptions()

Properties

BypassDocumentValidation

public bool? BypassDocumentValidation { get; set; }

Property Value

bool?

IsOrdered

public bool IsOrdered { get; set; }

Property Value

bool