azureGetBlob: Get contents from a specifed storage blob.

Description Usage Arguments See Also

Description

Get contents from a specifed storage blob.

Usage

1
2
azureGetBlob(azureActiveContext, blob, directory, type = "text",
  storageAccount, storageKey, container, resourceGroup, verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR

blob

Blob name

directory

Blob store directory to list for content

type

String, either "text" or "raw". Passed to httr::content()

storageAccount

Name of the azure storage account. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

storageKey

Storage key associated with storage account

container

Storage container name. See azureListStorageContainers()

resourceGroup

Name of the resource group

verbose

Print Tracing information (Default False)

See Also

Other Blob store functions: azureBlobCD, azureBlobFind, azureBlobLS, azureDeleteBlob, azureListStorageBlobs, azurePutBlob


ymmah/AzureSMR documentation built on May 6, 2019, 10:53 a.m.