Azure::AzureBlobDownload |
||
Description | ||
Download a blob from a container in Azure Storage. |
||
Options | ||
Connect string |
Connect string to acces Azure Storage. | |
Container name |
The name of the container that contains the blob to download. | |
Blob name |
The blob to be downloaded. | |
Output file |
The file to which the blob must be downloaded. | |
AutoCreate directories |
If enabled, missing directories of "Output file" will be automatically created. | |
AutoDelete after download |
If enabled, the blob will be deleted after it has been successfully downloaded. |