JsonRpcEnumerableSettings.MaxReadAhead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.