SdfDownloadTask

  • This document describes the JSON representation and fields of the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.

  • The response contains a single field, resourceName, which is a string.

  • The resourceName is used with media.download to download the prepared files and has the format download/sdfdownloadtasks/media/{mediaId}.

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.