次の方法で共有


ResultStatistics.IngestedRecords プロパティ

定義

検索ジョブによって返された行数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="ingestedRecords")]
public int? IngestedRecords { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ingestedRecords")>]
member this.IngestedRecords : Nullable<int>
Public ReadOnly Property IngestedRecords As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象