risingwave_pb::backup_service

Type Alias PbMetaSnapshotManifest

source
pub type PbMetaSnapshotManifest = MetaSnapshotManifest;
Expand description

Aliased Type§

struct PbMetaSnapshotManifest {
    pub manifest_id: u64,
    pub snapshot_metadata: Vec<MetaSnapshotMetadata>,
}

Fields§

§manifest_id: u64§snapshot_metadata: Vec<MetaSnapshotMetadata>