Table of Contents

Class InsertManyOptions

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

Constructors

InsertManyOptions()

public InsertManyOptions()

Properties

BypassDocumentValidation

public bool? BypassDocumentValidation { get; set; }

Property Value

bool?

IsOrdered

public bool IsOrdered { get; set; }

Property Value

bool