Description Usage Arguments Value
This function downloads all the files located at the given az_path recursively and saves them in the directory specified by local_path.
1 2 3 4 5 6 7 | Download_Batch(
az_path = "",
local_path = ".",
account_name,
container_name,
sas_token
)
|
az_path |
String. Path to the directory that will be downloaded. If provided, it must end with "/". |
local_path |
String. Local directory where the files will be stored. |
account_name |
String. Storage account name. |
container_name |
String. Container name. |
sas_token |
String. SAS token with the required permissions to download the files. |
The output of the download process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.