DAOS API (v2.1 - dev)
|
#include <daos_task.h>
Data Fields | |
daos_handle_t | poh |
uuid_t | uuid |
daos_prop_t * | prop |
uuid_t * | cuuid |
Container create args
Definition at line 328 of file daos_task.h.
uuid_t* cuuid |
Optional returned the allocated container UUID
Definition at line 339 of file daos_task.h.
daos_handle_t poh |
Pool open handle.
Definition at line 330 of file daos_task.h.
daos_prop_t* prop |
Optional container properties.
Definition at line 337 of file daos_task.h.
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.