AzureBlobStorageDataResponse

data class AzureBlobStorageDataResponse(val azureCredentials: AzureCredentialsResponse, val container: String, val path: String, val storageAccount: String)

An AzureBlobStorageData resource can be a data source, but not a data sink. An AzureBlobStorageData resource represents one Azure container. The storage account determines the Azure endpoint. In an AzureBlobStorageData resource, a blobs's name is the Azure Blob Storage blob's key name.

Constructors

Link copied to clipboard
fun AzureBlobStorageDataResponse(azureCredentials: AzureCredentialsResponse, container: String, path: String, storageAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. Credentials used to authenticate API requests to Azure. For information on our data retention policy for user credentials, see /storage-transfer/docs/data-retention#user-credentials.

Link copied to clipboard

The container to transfer from the Azure Storage account.

Link copied to clipboard

Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

Link copied to clipboard

The name of the Azure Storage account.