JsonRpcEnumerableSettings.MaxReadAhead Property

Definition

Gets or sets the maximum number of elements to read ahead and cache from the generator in anticipation of the consumer requesting those values.

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

Property Value

This value must be a non-negative number.

Applies to