IndexPopulationStatus 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 full-text table index.
public enum IndexPopulationStatus
type IndexPopulationStatus =
Public Enum IndexPopulationStatus
- Inheritance
-
IndexPopulationStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | No population |
Full | 1 | Full population |
Incremental | 2 | Incremental population |
Manual | 3 | Manual CT push in progress |
Background | 4 | Background CT push in progress |
PausedOrThrottled | 5 | Paused or Throttled |