IndexerState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET