BatchingLoggerOptions.BatchSize Egenskap

Definition

Hämtar eller anger det maximala antalet händelser som ska inkluderas i en enda batch.

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)

Egenskapsvärde

Det maximala antalet händelser som ska inkluderas i en enda batch eller null utan gräns. Standardvärdet är null.

Gäller för