![]() |
List of batch request/response (as_batch_base_record) records. The record types can be as_batch_read_record, as_batch_write_record, as_batch_apply_record or as_batch_remove_record.
Definition at line 267 of file aerospike_batch.h.
#include "aerospike_batch.h"
Data Fields | |
as_vector | list |
|
related |
Initialize batch records with specified capacity on the stack using alloca().
Definition at line 351 of file aerospike_batch.h.
|
related |
Initialize batch records with specified capacity on the stack using alloca().
When the batch is no longer needed, then use as_batch_records_destroy() to release the batch and associated resources.
__records | Batch record list. |
__capacity | Initial capacity of batch record list. List will resize when necessary. |
Definition at line 341 of file aerospike_batch.h.
as_vector as_batch_records::list |
Definition at line 268 of file aerospike_batch.h.