DAOS API (v2.1 - dev)
|
#include <daos_task.h>
Data Fields | |
daos_handle_t | poh |
uuid_t | uuid |
int | force |
const char * | cont |
Container destroy args
Definition at line 368 of file daos_task.h.
const char* cont |
Container (UUID string or label) to destroy, API v1.3.0
Definition at line 379 of file daos_task.h.
int force |
Force destroy even if there is outstanding open handles.
Definition at line 377 of file daos_task.h.
daos_handle_t poh |
Pool open handle.
Definition at line 370 of file daos_task.h.
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 375 of file daos_task.h.