你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopQueryStatistics interface

表示 TopQueryStatistics 的接口。

方法

get(string, string, string, TopQueryStatisticsGetOptionalParams)

检索指定标识符的查询统计信息。

listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)

检索指定指标和聚合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

查询统计信息标识符。

options
TopQueryStatisticsGetOptionalParams

选项参数。

返回

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

检索排名靠前的查询统计信息所需的参数。

返回