ArmIotOperationsModelFactory.DataflowEndpointKafkaBatching Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaBatching DataflowEndpointKafkaBatching(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? mode = default, int? latencyMs = default, int? maxBytes = default, int? maxMessages = default);
static member DataflowEndpointKafkaBatching : Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaBatching
Public Shared Function DataflowEndpointKafkaBatching (Optional mode As Nullable(Of IotOperationsOperationalMode) = Nothing, Optional latencyMs As Nullable(Of Integer) = Nothing, Optional maxBytes As Nullable(Of Integer) = Nothing, Optional maxMessages As Nullable(Of Integer) = Nothing) As DataflowEndpointKafkaBatching

Parameters

mode
Nullable<IotOperationsOperationalMode>

Mode for batching.

latencyMs
Nullable<Int32>

Batching latency in milliseconds.

maxBytes
Nullable<Int32>

Maximum number of bytes in a batch.

maxMessages
Nullable<Int32>

Maximum number of messages in a batch.

Returns

A new DataflowEndpointKafkaBatching instance for mocking.

Applies to