1#ifndef _DITTO_WRITE_TRANSACTION_RESULT_
2#define _DITTO_WRITE_TRANSACTION_RESULT_
4#include "DocumentId.hpp"
13enum class WriteTransactionResultType {
50 WriteTransactionResultType
type;
54 WriteTransactionResultType
type);
ScopedWriteTransaction exposes functionality that allows you to perform multiple operations on the st...
Definition ScopedWriteTransaction.hpp:23
These objects are returned when using find-like functionality on ScopedWriteTransactions....
Definition WriteTransactionPendingCursorOperation.hpp:25
These objects are returned when ScopedWriteTransaction::find_by_id is called.
Definition WriteTransactionPendingIDSpecificOperation.hpp:25
An identifier for a Document.
Definition DocumentId.hpp:21
Represents the write transaction result that will be the value of a WriteTransactionResult when its t...
Definition WriteTransactionResult.hpp:89
Provides information about the result of an operation on a document that was part of a write transact...
Definition WriteTransactionResult.hpp:30
DocumentId document_id
Definition WriteTransactionResult.hpp:40
std::string collection_name
Definition WriteTransactionResult.hpp:45
WriteTransactionResultType type
Definition WriteTransactionResult.hpp:50
Represents the write transaction result that will be the value of a WriteTransactionResult when its t...
Definition WriteTransactionResult.hpp:62
Represents the write transaction result that will be the value of a WriteTransactionResult when its t...
Definition WriteTransactionResult.hpp:75
Represents the write transaction result that will be the value of a WriteTransactionResult when its t...
Definition WriteTransactionResult.hpp:103