Download_Blob: Download a specific blob

Description Usage Arguments

View source: R/blob_utils.R

Description

This function downloads the blob specified at the az_blob param

Usage

1
2
3
4
5
6
7
Download_Blob(
  az_blob,
  local_file = "./az_download.file",
  account_name,
  container_name,
  sas_token
)

Arguments

az_blob

String. Path to the blob.

local_file

String. Path to the file where the blob will be downloded.

account_name

String. Storage account name.

container_name

String. Container name.

sas_token

String. SAS token with the requiered permissions to download.


Rielbe/aztools documentation built on July 14, 2020, 12:40 a.m.