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 873 of file daos_task.h.

Field Documentation

◆ cell_size

daos_size_t* cell_size

Size of array records.

Definition at line 885 of file daos_task.h.

◆ chunk_size

daos_size_t* chunk_size

Number if records stored under 1 dkey.

Definition at line 887 of file daos_task.h.

◆ coh

Container open handle.

Definition at line 875 of file daos_task.h.

◆ mode

unsigned int mode

Open mode.

Definition at line 881 of file daos_task.h.

◆ oh

Returned Array open handle

Definition at line 889 of file daos_task.h.

◆ oid

Array ID,

Definition at line 877 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 883 of file daos_task.h.

◆ th

Transaction open handle.

Definition at line 879 of file daos_task.h.


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