Expand description
Statistics for file contents, to base decisions around
calls to maintenance.
Fields
live_objects: u64The number of live objects stored in the backing storage files.
stored_objects: u64The total number of (potentially duplicated) objects stored in the backing storage files.
dead_objects: u64The number of dead objects that have been replaced or removed in other storage files, contributing to fragmentation.
Auto Trait Implementations
impl RefUnwindSafe for FileStats
impl Send for FileStats
impl Sync for FileStats
impl Unpin for FileStats
impl UnwindSafe for FileStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more