Package com.mongodb.bulk
Contains classes for representing the result of a bulk write operation.
-
Class Summary Class Description BulkWriteError Represents an error for an item included in a bulk write operation, e.g.BulkWriteResult The result of a successful bulk write operation.BulkWriteUpsert Represents an item in the bulk write that was upserted.DeleteRequest Deprecated. IndexRequest Deprecated. InsertRequest Deprecated. UpdateRequest Deprecated. WriteConcernError An error representing a failure by the server to apply the requested write concern to the bulk operation.WriteRequest Deprecated. -
Enum Summary Enum Description WriteRequest.Type The type of write.