Condividi tramite


QueryResults.MatchingRecordsCount Property

Definition

Gets or sets number of total records matching the query.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to