BatchingLoggerOptions.BatchSize プロパティ

定義

1 つのバッチに含めるイベントの最大数を取得または設定します。制限がない場合は null です。

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

プロパティ値

適用対象