Ditto
1.0.14
|
Provides information about the result of an operation on a document that was part of a write transaction. More...
Public Attributes | |
DocumentId | document_id |
std::string | collection_name |
WriteTransactionResultType | type |
Provides information about the result of an operation on a document that was part of a write transaction.
The write transaction result can be one of the following types:
Inserted
Removed
Evicted
Updated
std::string ditto::WriteTransactionResult::collection_name |
The name of the collection that the operation took place in.
DocumentId ditto::WriteTransactionResult::document_id |
The ID of the document that the write transaction result applies to.
WriteTransactionResultType ditto::WriteTransactionResult::type |
The type of write transaction result.