Compartilhar via


QueryRequestOptions.Top Propriedade

Definição

Obtém ou define o número máximo de linhas que a consulta deve retornar. Substitui o tamanho da página quando $skipToken a propriedade está presente.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a