次の方法で共有


FunctionOutputDataSource.MaxBatchCount プロパティ

定義

Azure Functions に送信される各バッチのイベントの最大数を指定できるプロパティです。 既定値は 100 です。

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

プロパティ値

適用対象