Type alias BackupConfigRestore

BackupConfigRestore: {
    cpuPercentage?: number;
    overwriteAlias?: boolean;
}

Configuration options available when restoring a backup

Type declaration

  • Optional cpuPercentage?: number

    The percentage of CPU to use for the backuop restoration job.

  • Optional overwriteAlias?: boolean

    Allows ovewriting the collection alias if there is a conflict.