SdfDownloadTask

  • The response for CreateSdfDownloadTask is represented in JSON format using the resourceName field.

  • The resourceName is a string that provides a path for downloading files through media.download, utilizing a mediaId generated upon task completion.

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.