Interface: CloudBackupMigrationResult
Defined in: shared/types/cloudBackupMigration.ts:35
Result summary returned after a migration operation completes.
Propertiesโ
completedAtโ
completedAt: number;
Defined in: shared/types/cloudBackupMigration.ts:36
deleteSourceโ
deleteSource: boolean;
Defined in: shared/types/cloudBackupMigration.ts:37
failuresโ
failures: CloudBackupMigrationFailure[];
Defined in: shared/types/cloudBackupMigration.ts:38
migratedโ
migrated: number;
Defined in: shared/types/cloudBackupMigration.ts:39
processedโ
processed: number;
Defined in: shared/types/cloudBackupMigration.ts:40
skippedโ
skipped: number;
Defined in: shared/types/cloudBackupMigration.ts:41
startedAtโ
startedAt: number;
Defined in: shared/types/cloudBackupMigration.ts:42
targetโ
target: CloudBackupMigrationTarget;
Defined in: shared/types/cloudBackupMigration.ts:43