AzureContainerInfoResponse

data class AzureContainerInfoResponse(val containerName: String, val dataFormat: String, val storageAccountCredentialId: String)

Azure container mapping of the endpoint.

Constructors

Link copied to clipboard
constructor(containerName: String, dataFormat: String, storageAccountCredentialId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).

Link copied to clipboard

Storage format used for the file represented by the share.

Link copied to clipboard

ID of the storage account credential used to access storage.