package vault
This package contains options classes for the key vault API
- Since
2.7
- Alphabetic
- By Inheritance
- vault
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type DataKeyOptions = com.mongodb.client.model.vault.DataKeyOptions
The options for creating a data key.
- type EncryptOptions = com.mongodb.client.model.vault.EncryptOptions
The options for explicit encryption.
- type RangeOptions = com.mongodb.client.model.vault.RangeOptions
Range options specifies index options for a Queryable Encryption field supporting "range" queries.
Range options specifies index options for a Queryable Encryption field supporting "range" queries.
- Since
4.9
Value Members
- object DataKeyOptions
- object EncryptOptions
The options for explicit encryption.
- object RangeOptions
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: