ResourceUsage 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 available system resources for the MSSearch Service.
public enum ResourceUsage
type ResourceUsage =
Public Enum ResourceUsage
- Inheritance
-
ResourceUsage
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Background | 1 | Lowest priority. Fulltext population may take a long time. |
BelowNormal | 2 | Below normal priority. Less impact on other processes, prolong population. |
Normal | 3 | Normal priority. |
AboveNormal | 4 | Above normal. Other processes may run slower. |
Dedicated | 5 | Highest priority. Other processes may not be given any time if FullText is active. |