WorkloadGroupProperties interface
工作負載群組定義。 更多資訊請參考sys.workload_management_workload_groups(DMV)。
屬性
| importance | 工作負載群組重要性層級。 |
| max |
工作負載群組上限百分比資源。 |
| max |
工作負載群組要求授與百分比上限。 |
| min |
工作負載群組最小百分比資源。 |
| min |
工作負載群組要求最小授與百分比。 |
| query |
工作負載群組查詢執行逾時。 |
屬性詳細資料
importance
工作負載群組重要性層級。
importance?: string
屬性值
string
maxResourcePercent
工作負載群組上限百分比資源。
maxResourcePercent: number
屬性值
number
maxResourcePercentPerRequest
工作負載群組要求授與百分比上限。
maxResourcePercentPerRequest?: number
屬性值
number
minResourcePercent
工作負載群組最小百分比資源。
minResourcePercent: number
屬性值
number
minResourcePercentPerRequest
工作負載群組要求最小授與百分比。
minResourcePercentPerRequest: number
屬性值
number
queryExecutionTimeout
工作負載群組查詢執行逾時。
queryExecutionTimeout?: number
屬性值
number