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

#include <daos_task.h>

Data Fields

daos_handle_t poh
 
uuid_t uuid
 
int force
 
const char * cont
 

Detailed Description

Container destroy args

Definition at line 352 of file daos_task.h.

Field Documentation

◆ cont

const char* cont

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

Definition at line 363 of file daos_task.h.

◆ force

int force

Force destroy even if there is outstanding open handles.

Definition at line 361 of file daos_task.h.

◆ poh

Pool open handle.

Definition at line 354 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 359 of file daos_task.h.


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