![]() |
Batch request/response record union.
Definition at line 253 of file aerospike_batch.h.
#include "aerospike_batch.h"
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 |
as_batch_apply_record as_batch_record::apply |
Definition at line 257 of file aerospike_batch.h.
as_batch_base_record as_batch_record::base |
Definition at line 254 of file aerospike_batch.h.
as_batch_read_record as_batch_record::read |
Definition at line 255 of file aerospike_batch.h.
as_batch_remove_record as_batch_record::remove |
Definition at line 258 of file aerospike_batch.h.
as_batch_write_record as_batch_record::write |
Definition at line 256 of file aerospike_batch.h.