![]() |
Sequence of bins.
Definition at line 101 of file src/include/aerospike/as_bin.h.
#include "as_bin.h"
Data Fields | |
uint16_t | capacity |
as_bin * | entries |
uint16_t | size |
Private Attributes | |
bool | _free |
|
private |
If true, then as_record_destroy() will free data
Definition at line 107 of file src/include/aerospike/as_bin.h.
uint16_t as_bins::capacity |
Number of entries allocated to data.
Definition at line 112 of file src/include/aerospike/as_bin.h.
as_bin * as_bins::entries |
Storage for bins
Definition at line 122 of file src/include/aerospike/as_bin.h.
uint16_t as_bins::size |
Number of entries currently holding data.
Definition at line 117 of file src/include/aerospike/as_bin.h.