object ValidationLevel
Determines how strictly MongoDB applies the validation rules to existing documents during an insert or update.
- Since
1.1
- Note
Requires MongoDB 3.2 or greater
- Alphabetic
- By Inheritance
- ValidationLevel
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
MODERATE: ValidationLevel
Applies validation rules to inserts and to updates on existing valid documents.
Applies validation rules to inserts and to updates on existing valid documents.
Does not apply rules to updates on existing invalid documents.
-
val
OFF: ValidationLevel
No validation for inserts or updates.
-
val
STRICT: ValidationLevel
Apply validation rules to all inserts and all updates.
-
def
fromString(validationLevel: String): Try[ValidationLevel]
Returns the ValidationLevel from the string representation of the validation level.
Returns the ValidationLevel from the string representation of the validation level.
- validationLevel
the string representation of the validation level.
- returns
the validation level
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: