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

Detailed Description

The (key, result, record) for an entry in a batch read. The result is AEROSPIKE_OK if the record is found, AEROSPIKE_ERR_RECORD_NOT_FOUND if the transaction succeeds but the record is not found, or another error code if the transaction fails. The record is NULL if either the transaction failed or the record does not exist. For aerospike_batch_exists() calls the record will never contain bins but will contain metadata (generation and expiration).

Definition at line 82 of file as_batch.h.

#include "as_batch.h"

+ Collaboration diagram for as_batch_read:

Data Fields

const as_keykey
 
as_record record
 
as_status result
 

Field Documentation

const as_key* as_batch_read::key

The key requested.

Definition at line 87 of file as_batch.h.

as_record as_batch_read::record

The record for the key requested, NULL if the key was not found.

Definition at line 97 of file as_batch.h.

as_status as_batch_read::result

The result of the transaction to read this key.

Definition at line 92 of file as_batch.h.


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