AzureBlobStorageSinkConnectorServiceInfoResponse

data class AzureBlobStorageSinkConnectorServiceInfoResponse(val connectorServiceType: String, val storageAccountKey: String? = null, val storageAccountName: String? = null, val storageContainerName: String? = null)

The authentication info when auth_type is azureBlobStorageSinkConnector

Constructors

constructor(connectorServiceType: String, storageAccountKey: String? = null, storageAccountName: String? = null, storageContainerName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connector service type. Expected value is 'AzureBlobStorageSinkConnector'.

Link copied to clipboard

Azure Blob Storage Account Key

Link copied to clipboard

Azure Blob Storage Account Name

Link copied to clipboard

Azure Blob Storage Account Container Name