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 368 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 379 of file daos_task.h.

◆ force

int force

Force destroy even if there is outstanding open handles.

Definition at line 377 of file daos_task.h.

◆ poh

Pool open handle.

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


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