Package version:

Interface BackupRestoreFiles

Restore payload for Single File Backup Restore

interface BackupRestoreFiles {
    destinationVolumeId: string;
    fileList: string[];
    restoreFilePath?: string;
}

Properties

destinationVolumeId: string

Resource Id of the destination volume on which the files need to be restored

fileList: string[]

List of files to be restored

restoreFilePath?: string

Destination folder where the files will be restored. The path name should start with a forward slash. If it is omitted from request then restore is done at the root folder of the destination volume by default