WorkloadGroupProperties interface

Workload group definition. For more information look at sys.workload_management_workload_groups (DMV).

Properties

importance

The workload group importance level.

maxResourcePercent

The workload group cap percentage resource.

maxResourcePercentPerRequest

The workload group request maximum grant percentage.

minResourcePercent

The workload group minimum percentage resource.

minResourcePercentPerRequest

The workload group request minimum grant percentage.

queryExecutionTimeout

The workload group query execution timeout.

Property Details

importance

The workload group importance level.

importance?: string

Property Value

string

maxResourcePercent

The workload group cap percentage resource.

maxResourcePercent: number

Property Value

number

maxResourcePercentPerRequest

The workload group request maximum grant percentage.

maxResourcePercentPerRequest?: number

Property Value

number

minResourcePercent

The workload group minimum percentage resource.

minResourcePercent: number

Property Value

number

minResourcePercentPerRequest

The workload group request minimum grant percentage.

minResourcePercentPerRequest: number

Property Value

number

queryExecutionTimeout

The workload group query execution timeout.

queryExecutionTimeout?: number

Property Value

number