pub fn num_files_at_level(level: usize) -> PropertyName
Expand description
“rocksdb.num-files-at-level<N
>” - returns string containing the number
of files at level <N
>, where <N
> is an ASCII representation of a
level number (e.g., “0”).
pub fn num_files_at_level(level: usize) -> PropertyName
“rocksdb.num-files-at-level<N
>” - returns string containing the number
of files at level <N
>, where <N
> is an ASCII representation of a
level number (e.g., “0”).