Flags used with the Insert method in MongoCollection.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax [FlagsAttribute]
public enum InsertFlags
<FlagsAttribute>
Public Enumeration InsertFlags
[<FlagsAttribute>]
type InsertFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| ContinueOnError | 1 |
Continue with the remaining documents even if one of the documents resulted in an error.
|
See Also