AzureCosmosDBSourceConnectorServiceInfoResponse

data class AzureCosmosDBSourceConnectorServiceInfoResponse(val connectorServiceType: String, val cosmosConnectionEndpoint: String? = null, val cosmosContainersTopicMapping: String? = null, val cosmosDatabaseName: String? = null, val cosmosMasterKey: String? = null, val cosmosMessageKeyEnabled: Boolean? = null, val cosmosMessageKeyField: String? = null)

The authentication info when auth_type is AzureCosmosDBSourceConnector

Constructors

constructor(connectorServiceType: String, cosmosConnectionEndpoint: String? = null, cosmosContainersTopicMapping: String? = null, cosmosDatabaseName: String? = null, cosmosMasterKey: String? = null, cosmosMessageKeyEnabled: Boolean? = null, cosmosMessageKeyField: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Azure Cosmos Database Connection Endpoint

Link copied to clipboard

Azure Cosmos Database Containers Topic Mapping

Link copied to clipboard

Azure Cosmos Database Name

Link copied to clipboard
val cosmosMasterKey: String? = null

Azure Cosmos Database Master Key

Link copied to clipboard

Azure Cosmos Database Message Key Enabled

Link copied to clipboard

Azure Cosmos Database Message Key Field