Partager via


QueryRequestOptions.Top Propriété

Définition

Obtient ou définit le nombre maximal de lignes que la requête doit retourner. Remplace la taille de page lorsque $skipToken la propriété est présente.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à