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

Detailed Description

Batch key and read/write operations with write policy.

Definition at line 152 of file aerospike_batch.h.

#include "aerospike_batch.h"

+ Collaboration diagram for as_batch_write_record:

Data Fields

bool has_write
 
bool in_doubt
 
as_key key
 
as_operationsops
 
const as_policy_batch_writepolicy
 
as_record record
 
as_status result
 
as_batch_type type
 

Field Documentation

bool as_batch_write_record::has_write

Definition at line 157 of file aerospike_batch.h.

bool as_batch_write_record::in_doubt

Definition at line 158 of file aerospike_batch.h.

as_key as_batch_write_record::key

Definition at line 153 of file aerospike_batch.h.

as_operations* as_batch_write_record::ops

Required read/write operations for this key. The user must call as_operations_destroy() when done with the batch.

Definition at line 169 of file aerospike_batch.h.

const as_policy_batch_write* as_batch_write_record::policy

Optional write policy.

Definition at line 163 of file aerospike_batch.h.

as_record as_batch_write_record::record

Definition at line 154 of file aerospike_batch.h.

as_status as_batch_write_record::result

Definition at line 155 of file aerospike_batch.h.

as_batch_type as_batch_write_record::type

Definition at line 156 of file aerospike_batch.h.


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