DAOS API (v2.0)
Loading...
Searching...
No Matches
daos_array_iod_t Struct Reference

#include <daos_array.h>

Data Fields

daos_size_t arr_nr
 
daos_range_tarr_rgs
 
daos_size_t arr_nr_short_read
 
daos_size_t arr_nr_read
 

Detailed Description

IO descriptor of ranges in a DAOS array object to access

Definition at line 31 of file daos_array.h.

Field Documentation

◆ arr_nr

daos_size_t arr_nr

Number of entries in arr_rgs

Definition at line 33 of file daos_array.h.

◆ arr_nr_read

daos_size_t arr_nr_read

Definition at line 44 of file daos_array.h.

◆ arr_nr_short_read

daos_size_t arr_nr_short_read

Definition at line 43 of file daos_array.h.

◆ arr_rgs

daos_range_t* arr_rgs

Array of ranges; each range defines a starting index and length.

Definition at line 35 of file daos_array.h.


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