Delen via


TopQueryStatistics interface

Interface die een TopQueryStatistics vertegenwoordigt.

Methoden

get(string, string, string, TopQueryStatisticsGetOptionalParams)

Haal de querystatistiek voor de opgegeven id op.

listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)

Haal de Query-Store belangrijkste query's op voor opgegeven metrische gegevens en aggregatie.

Methodedetails

get(string, string, string, TopQueryStatisticsGetOptionalParams)

Haal de querystatistiek voor de opgegeven id op.

function get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: TopQueryStatisticsGetOptionalParams): Promise<QueryStatistic>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serverName

string

De naam van de server.

queryStatisticId

string

De id van de querystatistiek.

options
TopQueryStatisticsGetOptionalParams

De optiesparameters.

Retouren

Promise<QueryStatistic>

listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)

Haal de Query-Store belangrijkste query's op voor opgegeven metrische gegevens en aggregatie.

function listByServer(resourceGroupName: string, serverName: string, parameters: TopQueryStatisticsInput, options?: TopQueryStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<QueryStatistic, QueryStatistic[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serverName

string

De naam van de server.

parameters
TopQueryStatisticsInput

De vereiste parameters voor het ophalen van de belangrijkste querystatistieken.

options
TopQueryStatisticsListByServerOptionalParams

De optiesparameters.

Retouren