Type Alias: PartitionBackupState
type PartitionBackupState = object;
Partition Backup State
Detailed information about the backup state for a given partition.
Properties
checkpointId
checkpointId: CheckpointId;
The id of the checkpoint this backup is based on.
checkpointPosition
checkpointPosition: number;
The log position of the checkpoint this backup is based on.
checkpointTimestamp
checkpointTimestamp: string;
The timestamp at which the checkpoint was created.
checkpointType
checkpointType: BackupType;
The type of the backup.
firstLogPosition
firstLogPosition: number;
The first log position included in this backup.
partitionId
partitionId: PartitionId | null;
The id of the partition. Omitted when nested inside a backup range's start/end,
where the partition is already identified by the enclosing range.