Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexerExecutionInfo

Package version

Represents the current status and execution history of an indexer.

Hierarchy

  • IndexerExecutionInfo

Index

Properties

Optional executionHistory

executionHistory: IndexerExecutionResult[]

History of the recent indexer executions, sorted in reverse chronological order. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastResult

The result of the most recent or an in-progress indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional limits

The execution limits for the indexer. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

Overall indexer status. Possible values include: 'unknown', 'error', 'running' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc