GoogleApi.StorageTransfer.V1.Model.AzureBlobStorageData (google_api_storage_transfer v0.23.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.
  • container (type: String.t, default: nil) - Required. The container to transfer from the Azure Storage account.
  • 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(),
  storageAccount: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.