ArmIotOperationsModelFactory.DataflowEndpointKafkaBatching Method
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.
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 for batching.
Returns
A new DataflowEndpointKafkaBatching instance for mocking.