Azure Cosmos DBSource Connector Service Info Response
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
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
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