DAOS API (v2.1 - dev)
|
#include <daos_obj.h>
Data Fields | |
uint64_t | rx_idx |
uint64_t | rx_nr |
Record
A record is an atomic blob of arbitrary length which is always fetched/updated as a whole. The size of a record can change over time. A record is uniquely identified by the following composite key:
Definition at line 336 of file daos_obj.h.
uint64_t rx_idx |
Indice of the first record in the extent
Definition at line 338 of file daos_obj.h.
uint64_t rx_nr |
Number of contiguous records in the extent If rx_nr is equal to 1, the extent is composed of a single record at indice rx_idx
Definition at line 344 of file daos_obj.h.