package bulk
Models, options, results for the client-level bulk write operation.
- Since
5.4
- Alphabetic
- By Inheritance
- bulk
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- î
type ClientBulkWriteOptions = com.mongodb.client.model.bulk.ClientBulkWriteOptions
The options to apply when executing a client-level bulk write operation.
- î
type ClientBulkWriteResult = com.mongodb.client.model.bulk.ClientBulkWriteResult
The result of a successful or partially successful client-level bulk write operation.
- î
type ClientDeleteManyOptions = com.mongodb.client.model.bulk.ClientDeleteManyOptions
The options to apply when deleting documents.
- î
type ClientDeleteOneOptions = com.mongodb.client.model.bulk.ClientDeleteOneOptions
The options to apply when deleting a document.
- î
type ClientNamespacedDeleteManyModel = com.mongodb.client.model.bulk.ClientNamespacedDeleteManyModel
A model for deleting all documents matching a filter.
- î
type ClientNamespacedDeleteOneModel = com.mongodb.client.model.bulk.ClientNamespacedDeleteOneModel
A model for deleting at most one document matching a filter.
- î
type ClientNamespacedInsertOneModel = com.mongodb.client.model.bulk.ClientNamespacedInsertOneModel
A model for inserting a document.
- î
type ClientNamespacedReplaceOneModel = com.mongodb.client.model.bulk.ClientNamespacedReplaceOneModel
A model for replacing at most one document matching a filter.
- î
type ClientNamespacedUpdateManyModel = com.mongodb.client.model.bulk.ClientNamespacedUpdateManyModel
A model for updating all documents matching a filter.
- î
type ClientNamespacedUpdateOneModel = com.mongodb.client.model.bulk.ClientNamespacedUpdateOneModel
A model for updating at most one document matching a filter.
- î
type ClientNamespacedWriteModel = com.mongodb.client.model.bulk.ClientNamespacedWriteModel
A combination of an individual write operation and a MongoNamespace the operation is targeted at.
- î
type ClientReplaceOneOptions = com.mongodb.client.model.bulk.ClientReplaceOneOptions
The options to apply when replacing a document.
- î
type ClientUpdateManyOptions = com.mongodb.client.model.bulk.ClientUpdateManyOptions
The options to apply when updating documents.
- î
type ClientUpdateOneOptions = com.mongodb.client.model.bulk.ClientUpdateOneOptions
The options to apply when updating a document.
Value Members
- î object ClientBulkWriteOptions
- î object ClientDeleteManyOptions
- î object ClientDeleteOneOptions
- î object ClientNamespacedWriteModel
- î object ClientReplaceOneOptions
- î object ClientUpdateManyOptions
- î object ClientUpdateOneOptions
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: