AzureCosmosDBSinkConnectorServiceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication info when auth_type is AzureCosmosDBSinkConnector.
public class AzureCosmosDBSinkConnectorServiceInfo : Azure.ResourceManager.Confluent.Models.ConnectorServiceTypeInfoBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.AzureCosmosDBSinkConnectorServiceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.AzureCosmosDBSinkConnectorServiceInfo>
type AzureCosmosDBSinkConnectorServiceInfo = class
inherit ConnectorServiceTypeInfoBase
interface IJsonModel<AzureCosmosDBSinkConnectorServiceInfo>
interface IPersistableModel<AzureCosmosDBSinkConnectorServiceInfo>
Public Class AzureCosmosDBSinkConnectorServiceInfo
Inherits ConnectorServiceTypeInfoBase
Implements IJsonModel(Of AzureCosmosDBSinkConnectorServiceInfo), IPersistableModel(Of AzureCosmosDBSinkConnectorServiceInfo)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureCosmosDBSinkConnectorServiceInfo() |
Initializes a new instance of AzureCosmosDBSinkConnectorServiceInfo. |
Properties
| Name | Description |
|---|---|
| CosmosConnectionEndpoint |
Azure Cosmos Database Connection Endpoint. |
| CosmosContainersTopicMapping |
Azure Cosmos Database Containers Topic Mapping. |
| CosmosDatabaseName |
Azure Cosmos Database Name. |
| CosmosIdStrategy |
Azure Cosmos Database Id Strategy. |
| CosmosMasterKey |
Azure Cosmos Database Master Key. |
| CosmosWriteDetails |
Azure Cosmos write config details. |