pub trait GetProperty {
// Required method
fn get_property(&mut self, property: &str, value: *mut String) -> bool;
}
Required Methods§
Sourcefn get_property(&mut self, property: &str, value: *mut String) -> bool
fn get_property(&mut self, property: &str, value: *mut String) -> bool
| DB implementations can export properties
| about their state via this method. If
| “property” is a valid property understood by
| this DB implementation, fills “*value” with
| its current value and returns true.
| Otherwise returns false.
|
|
| Valid property names include:
|
| “leveldb.num-files-at-level