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

Type Alias: PartitionBackupRange

type PartitionBackupRange = object;

Partition Backup Range

Information about one backup range for a partition.

Properties

end

end: PartitionBackupState | null;

The newest backup in the range.


partitionId

partitionId: PartitionId;

The id of the partition.


start

start: PartitionBackupState | null;

The oldest backup in the range.