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

#include <daos_task.h>

Data Fields

daos_handle_t poh
 
uuid_t uuid
 
daos_prop_tprop
 
uuid_t * cuuid
 

Detailed Description

Container create args

Definition at line 328 of file daos_task.h.

Field Documentation

◆ cuuid

uuid_t* cuuid

Optional returned the allocated container UUID

Definition at line 339 of file daos_task.h.

◆ poh

Pool open handle.

Definition at line 330 of file daos_task.h.

◆ prop

daos_prop_t* prop

Optional container properties.

Definition at line 337 of file daos_task.h.

◆ uuid

uuid_t uuid

Deprecated, the container UUID is generated by the DAOS system. and returned in the cuuid field.

Definition at line 335 of file daos_task.h.


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