Share via


KafkaAzureBlobStorageSinkConnectorInfo Class

Definition

The partner connector type is KafkaAzureBlobStorageSink.

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

Constructors

Name Description
KafkaAzureBlobStorageSinkConnectorInfo()

Initializes a new instance of KafkaAzureBlobStorageSinkConnectorInfo.

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<KafkaAzureBlobStorageSinkConnectorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<KafkaAzureBlobStorageSinkConnectorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<PartnerInfoBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IJsonModel<PartnerInfoBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from PartnerInfoBase)
IPersistableModel<KafkaAzureBlobStorageSinkConnectorInfo>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<KafkaAzureBlobStorageSinkConnectorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<KafkaAzureBlobStorageSinkConnectorInfo>.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