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