Struct gluster::Quota
[−]
[src]
pub struct Quota {
pub path: PathBuf,
pub limit: u64,
pub used: u64,
}A Quota can be used set limits on the pool usage. All limits are set in bytes.
Fields
path: PathBuf
limit: u64
used: u64