azureGetBlob: Get contents from a specifed storage blob.

Description Usage Arguments Using blob store functions without authentication See Also

View source: R/AzureBlob.R

Description

Get contents from a specifed storage blob.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
azureGetBlob(
  azureActiveContext,
  blob,
  directory,
  type = "text",
  storageAccount,
  storageKey,
  container,
  resourceGroup,
  verbose = FALSE
)

Arguments

azureActiveContext

Either an 'azureActiveContext' object or 'NULL'. The blob store functions support two modes of connecting to the Azure API: authenticate using Active Directory or providing your own storage key. If this value is 'NULL', you must provide the 'storageKey'.

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

If TRUE, prints verbose messages

Using blob store functions without authentication

The blob store functions support two modes of connecting to the Azure API:authenticate using Active Directory or providing your own storage key. If this value is 'NULL', you must provide the 'storageKey' .

See Also

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


CharlesCara/AzureSMRLite documentation built on March 10, 2020, 11:52 p.m.