Package com.mongodb.client.model.bulk
@NonNullApi
package com.mongodb.client.model.bulk
Models, options, results for the client-level bulk write operation.
-
ClassDescriptionThe options to apply when executing a client-level bulk write operation.The result of a successful or partially successful client-level bulk write operation.The verbose results of individual operations.The options to apply when deleting documents.The options to apply when deleting a document.The result of a successful individual delete operation.The result of a successful individual insert one operation.A model for deleting all documents matching a filter.A model for deleting at most one document matching a filter.A model for inserting a document.A model for replacing at most one document matching a filter.A model for updating all documents matching a filter.A model for updating at most one document matching a filter.A combination of an individual write operation and a namespace the operation is targeted at.The options to apply when replacing a document.The options to apply when updating documents.The options to apply when updating a document.The result of a successful individual update or replace operation.