pub type PbBranchedObject = BranchedObject;Aliased Type§
pub struct PbBranchedObject {
pub object_id: TypedId<5, u64>,
pub sst_id: Vec<TypedId<6, u64>>,
pub compaction_group_id: TypedId<10, u64>,
}Fields§
§object_id: TypedId<5, u64>§sst_id: Vec<TypedId<6, u64>>§compaction_group_id: TypedId<10, u64>Compaction group id the SST belongs to.