Uses of Class
com.azure.resourcemanager.mariadb.models.TopQueryStatisticsInput
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of TopQueryStatisticsInput in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<QueryStatisticInner>
TopQueryStatisticsClient.listByServer
(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters) Retrieve the Query-Store top queries for specified metric and aggregation.com.azure.core.http.rest.PagedIterable<QueryStatisticInner>
TopQueryStatisticsClient.listByServer
(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, com.azure.core.util.Context context) Retrieve the Query-Store top queries for specified metric and aggregation. -
Uses of TopQueryStatisticsInput in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionTopQueryStatisticsInput.withAggregationFunction
(String aggregationFunction) Set the aggregationFunction property: Aggregation function name.TopQueryStatisticsInput.withAggregationWindow
(String aggregationWindow) Set the aggregationWindow property: Aggregation interval type in ISO 8601 format.TopQueryStatisticsInput.withNumberOfTopQueries
(int numberOfTopQueries) Set the numberOfTopQueries property: Max number of top queries to return.TopQueryStatisticsInput.withObservationEndTime
(OffsetDateTime observationEndTime) Set the observationEndTime property: Observation end time.TopQueryStatisticsInput.withObservationStartTime
(OffsetDateTime observationStartTime) Set the observationStartTime property: Observation start time.TopQueryStatisticsInput.withObservedMetric
(String observedMetric) Set the observedMetric property: Observed metric name.Modifier and TypeMethodDescriptioncom.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.