JsonRpcEnumerableSettings.MinBatchSize Property

Definition

Gets or sets the minimum number of elements to obtain from the generator before sending a batch of values to the consumer.

public int MinBatchSize { get; set; }
member this.MinBatchSize : int with get, set
Public Property MinBatchSize As Integer

Property Value

This must be a positive integer.

Applies to