IndexerExecutionInfo Class

Definition

Represents the current status and execution history of an indexer.

public class IndexerExecutionInfo
type IndexerExecutionInfo = class
Public Class IndexerExecutionInfo
Inheritance
IndexerExecutionInfo

Constructors

IndexerExecutionInfo()

Initializes a new instance of the IndexerExecutionInfo class.

IndexerExecutionInfo(IndexerStatus, IndexerExecutionResult, IList<IndexerExecutionResult>, IndexerLimits)

Initializes a new instance of the IndexerExecutionInfo class.

Properties

ExecutionHistory

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

LastResult

Gets the result of the most recent or an in-progress indexer execution.

Limits

Gets the execution limits for the indexer.

Status

Gets overall indexer status. Possible values include: 'unknown', 'error', 'running'

Applies to