object CollationCaseFirst
Collation support allows the specific configuration of how character cases are handled.
- Since
1.2
- Note
Requires MongoDB 3.4 or greater
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollationCaseFirst
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
LOWER: CollationCaseFirst
Lowercase first
-
val
OFF: CollationCaseFirst
Off
-
val
UPPER: CollationCaseFirst
Uppercase first
-
def
fromString(collationCaseFirst: String): Try[CollationCaseFirst]
Returns the CollationCaseFirst from the string value.
Returns the CollationCaseFirst from the string value.
- collationCaseFirst
the string value.
- returns
the read concern
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: