Table of Contents

Enum DocumentValidationLevel

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents the document validation level.

public enum DocumentValidationLevel

Fields

Strict = 0

Strict document validation.

Moderate = 1

Moderate document validation.

Off = 2

No document validation.