Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerStatus

Package version

Represents the current status and execution history of an indexer.

Hierarchy

  • SearchIndexerStatus

Index

Properties

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.

limits

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

status

Overall indexer status. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc