Sdílet prostřednictvím


ResourceUsage Enum

Definition

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.

Applies to