CatalogPopulationStatus Enum
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.
Specifies the population state of a Microsoft Search fulltext catalog.
public enum CatalogPopulationStatus
type CatalogPopulationStatus =
Public Enum CatalogPopulationStatus
- Inheritance
-
CatalogPopulationStatus
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | No action is performed against the referenced fulltext catalog. |
CrawlinProgress | 1 | Fulltext index population is in progress for the referenced fulltext catalog. |
Paused | 2 | Lack of available resource, such as disk space, has caused an interruption. |
Throttled | 3 | Search service has paused the referenced fulltext index population. |
Recovering | 4 | Interrupted population on the referenced fulltext catalog is resuming. |
Shutdown | 5 | The referenced fulltext catalog is being deleted or not otherwise accessible. |
Incremental | 6 | Incremental index population is in progress for the referenced fulltext catalog. |
UpdatingIndex | 7 | Referenced fulltext catalog is being assembled by the Search service. |
DiskFullPause | 8 | Lack of available disk space has caused an interruption. |
Notification | 9 | Fulltext catalog is processing notifications. |