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 |
A representation of a delete.
|
IndexRequest |
The settings to apply to the creation of an index.
|
InsertRequest |
A representation of a document to insert.
|
UpdateRequest |
An update to one or more documents.
|
WriteConcernError |
An error representing a failure by the server to apply the requested write concern to the bulk operation.
|
WriteRequest |
An abstract base class for a write request.
|
Enum | Description |
---|---|
WriteRequest.Type |
The type of write.
|