risingwave_backup::meta_snapshot_v1

Type Alias MetaSnapshotV1

source
pub type MetaSnapshotV1 = MetaSnapshot<ClusterMetadata>;

Aliased Type§

struct MetaSnapshotV1 {
    pub format_version: u32,
    pub id: u64,
    pub metadata: ClusterMetadata,
}

Fields§

§format_version: u32§id: u64§metadata: ClusterMetadata

Snapshot of meta store.