DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_array_open_t Struct Reference

#include <daos_task.h>

Data Fields

daos_handle_t coh
 
daos_obj_id_t oid
 
daos_handle_t th
 
unsigned int mode
 
unsigned int open_with_attr
 
daos_size_t * cell_size
 
daos_size_t * chunk_size
 
daos_handle_toh
 

Detailed Description

Array open args

Definition at line 889 of file daos_task.h.

Field Documentation

◆ cell_size

daos_size_t* cell_size

Size of array records.

Definition at line 901 of file daos_task.h.

◆ chunk_size

daos_size_t* chunk_size

Number if records stored under 1 dkey.

Definition at line 903 of file daos_task.h.

◆ coh

Container open handle.

Definition at line 891 of file daos_task.h.

◆ mode

unsigned int mode

Open mode.

Definition at line 897 of file daos_task.h.

◆ oh

Returned Array open handle

Definition at line 905 of file daos_task.h.

◆ oid

Array ID,

Definition at line 893 of file daos_task.h.

◆ open_with_attr

unsigned int open_with_attr

flag whether cell and chunk size are user provided.

Definition at line 899 of file daos_task.h.

◆ th

Transaction open handle.

Definition at line 895 of file daos_task.h.


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