TransferJobTransferSpecAzureBlobStorageDataSource

data class TransferJobTransferSpecAzureBlobStorageDataSource(val azureCredentials: TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials? = null, val container: String, val credentialsSecret: String? = null, val path: String? = null, val storageAccount: String)

Constructors

constructor(azureCredentials: TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials? = null, container: String, credentialsSecret: String? = null, path: String? = null, storageAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Credentials used to authenticate API requests to Azure block.

Link copied to clipboard

The container to transfer from the Azure Storage account.`

Link copied to clipboard

Full Resource name of a secret in Secret Manager containing SAS Credentials in JSON form. Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,

Link copied to clipboard
val path: String? = null

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.