IndexerExecutionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET