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

#include <daos_task.h>

Data Fields

daos_handle_t poh
 
uuid_t uuid
 
unsigned int flags
 
daos_handle_tcoh
 
daos_cont_info_tinfo
 
const char * cont
 

Detailed Description

Container open by cont arg (label or UUID string)

Definition at line 327 of file daos_task.h.

Field Documentation

◆ coh

Returned container open handle.

Definition at line 338 of file daos_task.h.

◆ cont

const char* cont

Container (UUID string or label) to open, API v1.3.0

Definition at line 342 of file daos_task.h.

◆ flags

unsigned int flags

Open mode, represented by the DAOS_COO_ bits.

Definition at line 336 of file daos_task.h.

◆ info

Optional, return container information.

Definition at line 340 of file daos_task.h.

◆ poh

Pool open handle.

Definition at line 329 of file daos_task.h.

◆ uuid

uuid_t uuid

Deprecated, container UUID replaced by UUID string or label via the cont arg at the end of this structure.

Definition at line 334 of file daos_task.h.


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