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

#include <daos_types.h>

Data Fields

uuid_t ci_uuid
 
daos_epoch_t ci_lsnapshot
 
uint32_t ci_nhandles
 
uint32_t ci_nsnapshots
 
uint64_t ci_md_otime
 
uint64_t ci_md_mtime
 

Detailed Description

Container information

Definition at line 130 of file daos_types.h.

Field Documentation

◆ ci_lsnapshot

daos_epoch_t ci_lsnapshot

Epoch of latest persistent snapshot

Definition at line 134 of file daos_types.h.

◆ ci_md_mtime

uint64_t ci_md_mtime

Latest close/modify time (hybrid logical clock)

Definition at line 142 of file daos_types.h.

◆ ci_md_otime

uint64_t ci_md_otime

Latest open time (hybrid logical clock)

Definition at line 140 of file daos_types.h.

◆ ci_nhandles

uint32_t ci_nhandles

Number of open handles

Definition at line 136 of file daos_types.h.

◆ ci_nsnapshots

uint32_t ci_nsnapshots

Number of snapshots

Definition at line 138 of file daos_types.h.

◆ ci_uuid

uuid_t ci_uuid

Container UUID

Definition at line 132 of file daos_types.h.


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