次の方法で共有


QueryResults.MatchingRecordsCount プロパティ

定義

クエリに一致する合計レコード数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象