IndexerState Class

Definition

Represents all of the state that defines and dictates the indexer's current execution.

public class IndexerState
type IndexerState = class
Public Class IndexerState
Inheritance
IndexerState

Properties

ChangeTrackingState

Change tracking state for an indexer's execution.

Mode

The mode the indexer is running in.

ResetDataSourceDocumentIds

The list of datasource document ids that have been reset. The datasource document id is the unique identifier for the data in the datasource. The indexer will prioritize selectively re-ingesting these ids.

ResetDocumentKeys

The list of document keys that have been reset. The document key is the document's unique identifier for the data in the search index. The indexer will prioritize selectively re-ingesting these keys.

Applies to