risingwave_backup::meta_snapshot_v2

Type Alias MetaSnapshotV2

source
pub type MetaSnapshotV2 = MetaSnapshot<MetadataV2>;

Aliased Type§

struct MetaSnapshotV2 {
    pub format_version: u32,
    pub id: u64,
    pub metadata: MetadataV2,
}

Fields§

§format_version: u32§id: u64§metadata: MetadataV2

Snapshot of meta store.