All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_batch_record Union Reference

Detailed Description

Batch request/response record union.

Definition at line 253 of file aerospike_batch.h.

#include "aerospike_batch.h"

+ Collaboration diagram for as_batch_record:

Data Fields

as_batch_apply_record apply
 
as_batch_base_record base
 
as_batch_read_record read
 
as_batch_remove_record remove
 
as_batch_write_record write
 

Field Documentation

◆ apply

as_batch_apply_record as_batch_record::apply

Definition at line 257 of file aerospike_batch.h.

◆ base

as_batch_base_record as_batch_record::base

Definition at line 254 of file aerospike_batch.h.

◆ read

as_batch_read_record as_batch_record::read

Definition at line 255 of file aerospike_batch.h.

◆ remove

as_batch_remove_record as_batch_record::remove

Definition at line 258 of file aerospike_batch.h.

◆ write

as_batch_write_record as_batch_record::write

Definition at line 256 of file aerospike_batch.h.


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