SearchIndexerStatus.ExecutionHistory Property

Definition

History of the recent indexer executions, sorted in reverse chronological order.

public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Indexes.Models.IndexerExecutionResult> ExecutionHistory { get; }
member this.ExecutionHistory : System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Indexes.Models.IndexerExecutionResult>
Public ReadOnly Property ExecutionHistory As IReadOnlyList(Of IndexerExecutionResult)

Property Value

Applies to