name | data type | description |
---|---|---|
taskFilesRecordRequestList | array of TaskFilesRequest |
Example
{ "taskFilesRecordRequestList" : [ { "backupFile" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "path" : "...", "config" : "...", "storageId" : "...", "markedForRestore" : true, "diskAllocationFormat" : "DYNAMICALLY_EXPANDING", "originalDiskGuid" : "...", "diskName" : "...", "excludedFromRestore" : true }, { "backupFile" : { "guid" : "...", "name" : "..." }, "path" : "...", "config" : "...", "storageId" : "...", "markedForRestore" : true, "diskAllocationFormat" : "EAGERZEROED", "originalDiskGuid" : "...", "diskName" : "...", "excludedFromRestore" : true } ] }