Compartir a través de


IndexerExecutionInfo.ExecutionHistory Propiedad

Definición

Obtiene el historial de las ejecuciones recientes del indexador, ordenadas en orden cronológico inverso.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a