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
- All
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