object MongoDriverInformation
The options regarding collation support in MongoDB 3.4+
- Since
1.2
- Note
Requires MongoDB 3.4 or greater
- Alphabetic
- By Inheritance
- MongoDriverInformation
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type Builder = com.mongodb.MongoDriverInformation.Builder
MongoDriverInformation builder type
Value Members
- def builder(mongoDriverInformation: MongoDriverInformation): Builder
Creates a builder for creating the MongoDriverInformation.
Creates a builder for creating the MongoDriverInformation.
- mongoDriverInformation
existing MongoDriverInformation to be extended.
- returns
a new Builder for creating the MongoDriverInformation.
- def builder(): Builder
Creates a builder for creating the MongoDriverInformation.
Creates a builder for creating the MongoDriverInformation.
- returns
a new Builder for creating the MongoDriverInformation.
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: