次の方法で共有


DataflowEndpointKafkaBatching Class

Definition

Kafka endpoint Batching properties.

public class DataflowEndpointKafkaBatching : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaBatching>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaBatching>
type DataflowEndpointKafkaBatching = class
    interface IJsonModel<DataflowEndpointKafkaBatching>
    interface IPersistableModel<DataflowEndpointKafkaBatching>
Public Class DataflowEndpointKafkaBatching
Implements IJsonModel(Of DataflowEndpointKafkaBatching), IPersistableModel(Of DataflowEndpointKafkaBatching)
Inheritance
DataflowEndpointKafkaBatching
Implements

Constructors

DataflowEndpointKafkaBatching()

Initializes a new instance of DataflowEndpointKafkaBatching.

Properties

LatencyMs

Batching latency in milliseconds.

MaxBytes

Maximum number of bytes in a batch.

MaxMessages

Maximum number of messages in a batch.

Mode

Mode for batching.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointKafkaBatching>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataflowEndpointKafkaBatching>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointKafkaBatching>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointKafkaBatching>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataflowEndpointKafkaBatching>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to