Share via


QueryRequestOptions.Top Property

Definition

Gets or sets the maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

[Newtonsoft.Json.JsonProperty(PropertyName="$top")]
public int? Top { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="$top")>]
member this.Top : Nullable<int> with get, set
Public Property Top As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to