Table of Contents

Enum InsertFlags

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Flags used with the Insert method in MongoCollection.

[Flags]
public enum InsertFlags
Extension Methods

Fields

None = 0

No flags.

ContinueOnError = 1

Continue with the remaining documents even if one of the documents resulted in an error.