Struct rocks::metadata::LiveFileMetaData [] [src]

pub struct LiveFileMetaData {
    pub sst_file: SstFileMetaData,
    pub column_family_name: String,
    pub level: u32,
}

The full set of metadata associated with each SST file.

Fields

Name of the column family

Level at which this file resides.

Trait Implementations

impl Deref for LiveFileMetaData
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Debug for LiveFileMetaData
[src]

Formats the value using the given formatter.