ResourceUsage Enum

Definition

Specifies the available system resources for the MSSearch Service.

public enum ResourceUsage
type ResourceUsage = 
Public Enum ResourceUsage
Inheritance
ResourceUsage

Fields

AboveNormal 4

Above normal. Other processes may run slower.

Background 1

Lowest priority. Fulltext population may take a long time.

BelowNormal 2

Below normal priority. Less impact on other processes, prolong population.

Dedicated 5

Highest priority. Other processes may not be given any time if FullText is active.

Normal 3

Normal priority.

Unknown 0

Applies to