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

#include <daos_cont.h>

Data Fields

uuid_t ci_uuid
 
daos_epoch_t ci_lsnapshot
 
uint32_t ci_redun_fac
 
uint32_t ci_nsnapshots
 
uint64_t ci_pad [2]
 

Detailed Description

Container information

Definition at line 49 of file daos_cont.h.

Field Documentation

◆ ci_lsnapshot

daos_epoch_t ci_lsnapshot

Epoch of latest persistent snapshot

Definition at line 53 of file daos_cont.h.

◆ ci_nsnapshots

uint32_t ci_nsnapshots

Number of snapshots

Definition at line 57 of file daos_cont.h.

◆ ci_pad

uint64_t ci_pad[2]

Container information pad (not used)

Definition at line 59 of file daos_cont.h.

◆ ci_redun_fac

uint32_t ci_redun_fac

Redundancy factor

Definition at line 55 of file daos_cont.h.

◆ ci_uuid

uuid_t ci_uuid

Container UUID

Definition at line 51 of file daos_cont.h.


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