Class AzureBlobStorageData (1.3.1)

AzureBlobStorageData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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 <https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account#storage-account-endpoints>. In an AzureBlobStorageData resource, a blobs's name is the Azure Blob Storage blob's key name <https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#blob-names>.

Attributes

NameDescription
storage_account str
Required. The name of the Azure Storage account.
azure_credentials google.cloud.storage_transfer_v1.types.AzureCredentials
Required. Input only. Credentials used to authenticate API requests to Azure. For information on our data retention policy for user credentials, see `User credentials `__.
container str
Required. The container to transfer from the Azure Storage account.
path str
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 '/'.