SdfDownloadTask

  • The JSON representation of this response contains a single field: resourceName.

  • resourceName is a string used to download the prepared files via media.download.

  • The format of resourceName is download/sdfdownloadtasks/media/{mediaId}, where mediaId is provided once the task is complete.

Type for the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

A resource name to be used in media.download to Download the prepared files. Resource names have the format download/sdfdownloadtasks/media/{mediaId}. mediaId will be made available by the long running operation service once the task status is done.