All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_batch_result Struct Reference

Detailed Description

Batch key and record result.

Definition at line 71 of file as_batch.h.

#include "as_batch.h"

+ Collaboration diagram for as_batch_result:

Data Fields

bool in_doubt
 
const as_keykey
 
as_record record
 
as_status result
 

Field Documentation

bool as_batch_result::in_doubt

Is it possible that the write transaction 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.


The documentation for this struct was generated from the following file: