For the complete documentation index, see llms.txt. This page is also available as Markdown.

DownloadBlob

Calling this method downloads a blob and saves it into the "filedownload" blob container.

Method Name:

DownloadBlob

Payload:

The direct command requires a sas uri to download from.

{
    "blobSasUrl": ""
}

Return value

The direct command returns an OperationResult that indicates either success or failure.

Last updated

Was this helpful?