TopQueryStatistics interface
代表 TopQueryStatistics 的介面。
方法
get(string, string, string, Top |
擷取指定標識碼的查詢統計數據。 |
list |
擷取指定計量和匯總的前 Query-Store 查詢。 |
方法詳細資料
get(string, string, string, TopQueryStatisticsGetOptionalParams)
擷取指定標識碼的查詢統計數據。
function get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: TopQueryStatisticsGetOptionalParams): Promise<QueryStatistic>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serverName
-
string
伺服器的名稱。
- queryStatisticId
-
string
查詢統計數據識別碼。
選項參數。
傳回
Promise<QueryStatistic>
listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)
擷取指定計量和匯總的前 Query-Store 查詢。
function listByServer(resourceGroupName: string, serverName: string, parameters: TopQueryStatisticsInput, options?: TopQueryStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<QueryStatistic, QueryStatistic[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serverName
-
string
伺服器的名稱。
- parameters
- TopQueryStatisticsInput
擷取最上層查詢統計數據所需的參數。
選項參數。