Share via


KafkaAzureCosmosDBSinkConnectorInfo Class

Definition

The partner connector type is KafkaAzureCosmosDBSink.

public class KafkaAzureCosmosDBSinkConnectorInfo : Azure.ResourceManager.Confluent.Models.PartnerInfoBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.KafkaAzureCosmosDBSinkConnectorInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.KafkaAzureCosmosDBSinkConnectorInfo>
type KafkaAzureCosmosDBSinkConnectorInfo = class
    inherit PartnerInfoBase
    interface IJsonModel<KafkaAzureCosmosDBSinkConnectorInfo>
    interface IPersistableModel<KafkaAzureCosmosDBSinkConnectorInfo>
Public Class KafkaAzureCosmosDBSinkConnectorInfo
Inherits PartnerInfoBase
Implements IJsonModel(Of KafkaAzureCosmosDBSinkConnectorInfo), IPersistableModel(Of KafkaAzureCosmosDBSinkConnectorInfo)
Inheritance
KafkaAzureCosmosDBSinkConnectorInfo
Implements

Constructors

Name Description
KafkaAzureCosmosDBSinkConnectorInfo()

Initializes a new instance of KafkaAzureCosmosDBSinkConnectorInfo.

Properties

Name Description
ApiKey

Kafka API Key.

ApiSecret

Kafka API Key Secret.

AuthType

Kafka Auth Type.

FlushSize

Flush size.

InputFormat

Kafka Input Data Format Type.

MaxTasks

Maximum Tasks.

OutputFormat

Kafka Output Data Format Type.

ServiceAccountId

Kafka Service Account Id.

ServiceAccountName

Kafka Service Account Name.

TimeInterval

Time Interval.

Topics

Kafka topics list.

TopicsDir

Kafka topics directory.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KafkaAzureCosmosDBSinkConnectorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<KafkaAzureCosmosDBSinkConnectorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<PartnerInfoBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IJsonModel<PartnerInfoBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IPersistableModel<KafkaAzureCosmosDBSinkConnectorInfo>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<KafkaAzureCosmosDBSinkConnectorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<KafkaAzureCosmosDBSinkConnectorInfo>.Write(ModelReaderWriterOptions)
IPersistableModel<PartnerInfoBase>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IPersistableModel<PartnerInfoBase>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IPersistableModel<PartnerInfoBase>.Write(ModelReaderWriterOptions) (Inherited from PartnerInfoBase)

Applies to