![]() |
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 352 of file daos_task.h.
| const char* cont |
Container (UUID string or label) to destroy, API v1.3.0
Definition at line 363 of file daos_task.h.
| int force |
Force destroy even if there is outstanding open handles.
Definition at line 361 of file daos_task.h.
| daos_handle_t poh |
Pool open handle.
Definition at line 354 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 359 of file daos_task.h.