Partager via


QueryResponse.Count Propriété

Définition

Obtient ou définit le nombre d’enregistrements retournés dans la réponse actuelle. Dans le cas de la pagination, il s’agit du nombre d’enregistrements dans la page active.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public long Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : int64 with get, set
Public Property Count As Long

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à