![]() |
Batch key and record result.
Definition at line 71 of file as_batch.h.
#include "as_batch.h"
Data Fields | |
bool | in_doubt |
const as_key * | key |
as_record | record |
as_status | result |
bool as_batch_result::in_doubt |
Is it possible that the write command may have completed even though an error occurred for this record. This may be the case when a client error occurs (like timeout) after the command was sent to the server.
Definition at line 93 of file as_batch.h.
const as_key* as_batch_result::key |
The requested key.
Definition at line 75 of file as_batch.h.
as_record as_batch_result::record |
Record result after batch command has completed. Will be null if record was not found or an error occurred.
Definition at line 81 of file as_batch.h.
as_status as_batch_result::result |
Result code for this returned record. If not AEROSPIKE_OK, the record will be null.
Definition at line 86 of file as_batch.h.