Function rocksdb::properties::num_files_at_level

source ·
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”).