BatchingLoggerOptions.BatchSize Property

Definition

Gets or sets the maximum number of events to include in a single batch or null for no limit.

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)

Property Value

Applies to