Java com.mongodb.client.model ValidationLevel fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.model ValidationLevel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.model ValidationLevel.

The text is from its open source code.

Field

ValidationLevelOFF
No validation for inserts or updates.
ValidationLevelSTRICT
Apply validation rules to all inserts and all updates.
ValidationLevelMODERATE
Applies validation rules to inserts and to updates on existing valid documents.