HotBackupList: { list: Record<string, HotBackupResult & { available: boolean; countIncludesFilesOnly: boolean; keys: any[]; nrPiecesPresent: number; version: string; }>; server: string; } Type declaration
list: Record<string, HotBackupResult & {
available: boolean;
countIncludesFilesOnly: boolean;
keys: any[];
nrPiecesPresent: number;
version: string;
}>
server: string
(Enterprise Edition only.) List of known hot backups.