BackupRestoreFiles interface
Restore payload for Single File Backup Restore
Properties
destination |
Resource Id of the destination volume on which the files need to be restored |
file |
List of files to be restored |
restore |
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 |
Property Details
destinationVolumeId
Resource Id of the destination volume on which the files need to be restored
destinationVolumeId: string
Property Value
string
fileList
List of files to be restored
fileList: string[]
Property Value
string[]
restoreFilePath
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
restoreFilePath?: string
Property Value
string