Packages

o

org.mongodb.scala.model

CollationCaseFirst

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
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollationCaseFirst
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val LOWER: CollationCaseFirst

    Lowercase first

  2. val OFF: CollationCaseFirst

    Off

  3. val UPPER: CollationCaseFirst

    Uppercase first

  4. 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