pub type PbLevels = Levels;Aliased Type§
pub struct PbLevels {
pub levels: Vec<Level>,
pub l0: Option<OverlappingLevel>,
pub group_id: u64,
pub parent_group_id: u64,
pub member_table_ids: Vec<u32>,
pub compaction_group_version_id: u64,
}Fields§
§levels: Vec<Level>§l0: Option<OverlappingLevel>§group_id: u64§parent_group_id: u64§member_table_ids: Vec<u32>👎Deprecated
§compaction_group_version_id: u64