Uses of Interface
com.azure.resourcemanager.mariadb.models.QueryStatistic
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of QueryStatistic in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionRetrieve the query statistic for specified identifier.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QueryStatistic>
TopQueryStatistics.getWithResponse
(String resourceGroupName, String serverName, String queryStatisticId, com.azure.core.util.Context context) Retrieve the query statistic for specified identifier.com.azure.core.http.rest.PagedIterable<QueryStatistic>
TopQueryStatistics.listByServer
(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters) Retrieve the Query-Store top queries for specified metric and aggregation.com.azure.core.http.rest.PagedIterable<QueryStatistic>
TopQueryStatistics.listByServer
(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, com.azure.core.util.Context context) Retrieve the Query-Store top queries for specified metric and aggregation.