GoogleApi.StorageTransfer.V1.Model.AzureBlobStorageData (google_api_storage_transfer v0.24.0) View Source
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.
Attributes
-
azureCredentials
(type:GoogleApi.StorageTransfer.V1.Model.AzureCredentials.t
, default:nil
) - 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
(type:String.t
, default:nil
) - Required. The container to transfer from the Azure Storage account. -
path
(type:String.t
, default:nil
) - 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 '/'. -
storageAccount
(type:String.t
, default:nil
) - Required. The name of the Azure Storage account.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.AzureBlobStorageData{ azureCredentials: GoogleApi.StorageTransfer.V1.Model.AzureCredentials.t(), container: String.t(), path: String.t(), storageAccount: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.