IndexerStatus Enum

Definition

Represents the overall indexer status.

public enum IndexerStatus
type IndexerStatus = 
Public Enum IndexerStatus
Inheritance
IndexerStatus

Fields

Error 1

Indicates that the indexer experienced an error that cannot be corrected without human intervention.

Running 2

Indicates that the indexer is running normally.

Unknown 0

Indicates that the indexer is in an unknown state.

Applies to