BackupRestoreFiles interface
還原單一檔備份還原的承載
屬性
destination |
需要還原檔案之目的地磁碟區的資源標識符 |
file |
要還原的檔案清單 |
restore |
將還原檔案的目的地資料夾。 路徑名稱應該以正斜線開頭。 如果從要求中省略,則還原預設會在目的地磁碟區的根資料夾中完成 |
屬性詳細資料
destinationVolumeId
需要還原檔案之目的地磁碟區的資源標識符
destinationVolumeId: string
屬性值
string
fileList
要還原的檔案清單
fileList: string[]
屬性值
string[]
restoreFilePath
將還原檔案的目的地資料夾。 路徑名稱應該以正斜線開頭。 如果從要求中省略,則還原預設會在目的地磁碟區的根資料夾中完成
restoreFilePath?: string
屬性值
string