Learn R Programming

AzureSMR (version 0.2.6)

azureBlobCD: Azure blob change current directory.

Description

Azure blob change current directory.

Usage

azureBlobCD(azureActiveContext, directory, container, file, storageAccount,
  storageKey, 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.

directory

Blob store directory to list for content

container

Storage container name. See azureListStorageContainers()

file
  • Local filename to store in Azure blob

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

resourceGroup

Name of the resource group

verbose

Print Tracing information (Default False)

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: azureBlobFind, azureBlobLS, azureDeleteBlob, azureGetBlob, azureListStorageBlobs, azurePutBlob