Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexerExecutionResult

Package version

Represents the result of an individual indexer execution.

Hierarchy

  • IndexerExecutionResult

Index

Properties

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.

Optional errors

errors: ItemError[]

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

Optional failedItemCount

failedItemCount: undefined | 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.

Optional itemCount

itemCount: undefined | 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.

Optional status

The outcome of this indexer execution. Possible values include: 'transientFailure', 'success', 'inProgress', 'reset' NOTE: This property will not be serialized. It can only be populated by the server.

Optional warnings

warnings: ItemWarning[]

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

Generated using TypeDoc