Edit

HistoryQueryResults<T>.MoreResultsAvailable Property

Definition

True if there are more results available to fetch (we're returning the max # of items requested) A more RESTy solution would be to include a Link header

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool MoreResultsAvailable { get; set; }
member this.MoreResultsAvailable : bool with get, set
Public Property MoreResultsAvailable As Boolean

Property Value

Attributes

Applies to