次の方法で共有


SearchResultsAnswer.TotalEstimatedMatches プロパティ

定義

クエリに関連する Web ページの推定数を取得します。 この数値を count および offset クエリ パラメーターと共に使用して、結果をページングします。

[Newtonsoft.Json.JsonProperty(PropertyName="totalEstimatedMatches")]
public long? TotalEstimatedMatches { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalEstimatedMatches")>]
member this.TotalEstimatedMatches : Nullable<int64>
Public ReadOnly Property TotalEstimatedMatches As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象