Megosztás a következőn keresztül:


FunctionOutputDataSource.MaxBatchCount Property

Definition

A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.

public int? MaxBatchCount { get; set; }
member this.MaxBatchCount : Nullable<int> with get, set
Public Property MaxBatchCount As Nullable(Of Integer)

Property Value

Applies to