Partager via


TopQueryStatistics interface

Interface représentant un TopQueryStatistics.

Méthodes

get(string, string, string, TopQueryStatisticsGetOptionalParams)

Récupérez la statistique de requête pour l’identificateur spécifié.

listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)

Récupérez les Query-Store principales requêtes pour la métrique et l’agrégation spécifiées.

Détails de la méthode

get(string, string, string, TopQueryStatisticsGetOptionalParams)

Récupérez la statistique de requête pour l’identificateur spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName

string

Le nom du serveur

queryStatisticId

string

Identificateur de la statistique de requête.

options
TopQueryStatisticsGetOptionalParams

Paramètres d’options.

Retours

Promise<QueryStatistic>

listByServer(string, string, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams)

Récupérez les Query-Store principales requêtes pour la métrique et l’agrégation spécifiées.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName

string

Le nom du serveur

parameters
TopQueryStatisticsInput

Paramètres requis pour récupérer les principales statistiques de requête.

options
TopQueryStatisticsListByServerOptionalParams

Paramètres d’options.

Retours