DocumentValidationLevel Enumeration |
Represents the document validation level.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public enum DocumentValidationLevel
Public Enumeration DocumentValidationLevel
type DocumentValidationLevel
Members
| Member name | Value | Description |
---|
| Strict | 0 |
Strict document validation.
|
| Moderate | 1 |
Moderate document validation.
|
| Off | 2 |
No document validation.
|
See Also