SdfDownloadTask

  • Display & Video 360 API v3 has sunset and users should use v4 instead.

  • The content describes the JSON representation and fields for the type of response returned by SdfDownloadTaskService.CreateSdfDownloadTask.

  • The resourceName field is a string used in media.download to download prepared files, with 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.