For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: RuntimeBackupState

type RuntimeBackupState = object;

Runtime Backup State

Information about the checkpoint and backup state of the physical tenant.

Properties

backupStates

backupStates: PartitionBackupState[];

List of partition backup states.


checkpointStates

checkpointStates: PartitionCheckpointState[];

List of partition checkpoint states.


ranges

ranges: PartitionBackupRange[];

List of partition backup ranges.