次の方法で共有


IndexerExecutionInfo.ExecutionHistory プロパティ

定義

最新のインデクサー実行の履歴を取得します。逆順に並べ替えられます。

[Newtonsoft.Json.JsonProperty(PropertyName="executionHistory")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexerExecutionResult> ExecutionHistory { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionHistory")>]
member this.ExecutionHistory : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexerExecutionResult>
Public ReadOnly Property ExecutionHistory As IList(Of IndexerExecutionResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象