CCIMXDesktop
 
Loading...
Searching...
No Matches
DiskUsage::MetaInfo Struct Reference

Represents metadata about disk space. More...

#include <DiskUsage.h>

Public Attributes

uint64_t total
 Total capacity of the disk or file system in bytes.
 
uint64_t free
 Total free space on the disk or file system in bytes. This might include space only accessible by root.
 
uint64_t available
 Available space on the disk or file system in bytes for non-privileged users.
 

Detailed Description

Represents metadata about disk space.

This structure holds various metrics related to disk usage, typically for a specific mounted file system or disk partition. All values are expected to be in bytes.


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