Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexerExecutionResult

Package version

Represents the result of an individual indexer execution.

Hierarchy

  • IndexerExecutionResult

Index

Properties

Optional currentState

currentState: IndexerState

All of the state that defines and dictates the indexer's current execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional endTime

endTime: Date

The end time of this indexer execution, if the execution has already completed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorMessage

errorMessage: undefined | string

The error message indicating the top-level error, if any. NOTE: This property will not be serialized. It can only be populated by the server.

errors

The item-level indexing errors. NOTE: This property will not be serialized. It can only be populated by the server.

failedItemCount

failedItemCount: number

The number of items that failed to be indexed during this indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional finalTrackingState

finalTrackingState: undefined | string

Change tracking state with which an indexer execution finished. NOTE: This property will not be serialized. It can only be populated by the server.

Optional initialTrackingState

initialTrackingState: undefined | string

Change tracking state with which an indexer execution started. NOTE: This property will not be serialized. It can only be populated by the server.

itemCount

itemCount: number

The number of items that were processed during this indexer execution. This includes both successfully processed items and items where indexing was attempted but failed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date

The start time of this indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.

status

The outcome of this indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetail

The outcome of this indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.

warnings

The item-level indexing warnings. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc