Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.QueryStatisticInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of QueryStatisticInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionRetrieve the query statistic for specified identifier.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QueryStatisticInner>
TopQueryStatisticsClient.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<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 QueryStatisticInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionQueryStatisticInner.withAggregationFunction
(String aggregationFunction) Set the aggregationFunction property: Aggregation function name.QueryStatisticInner.withDatabaseNames
(List<String> databaseNames) Set the databaseNames property: The list of database names.QueryStatisticInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Observation end time.QueryStatisticInner.withMetricDisplayName
(String metricDisplayName) Set the metricDisplayName property: Metric display name.QueryStatisticInner.withMetricName
(String metricName) Set the metricName property: Metric name.QueryStatisticInner.withMetricValue
(Double metricValue) Set the metricValue property: Metric value.QueryStatisticInner.withMetricValueUnit
(String metricValueUnit) Set the metricValueUnit property: Metric value unit.QueryStatisticInner.withQueryExecutionCount
(Long queryExecutionCount) Set the queryExecutionCount property: Number of query executions in this time interval.QueryStatisticInner.withQueryId
(String queryId) Set the queryId property: Database query identifier.QueryStatisticInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Observation start time. -
Uses of QueryStatisticInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionQueryStatistic.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.QueryStatisticInner object.Modifier and TypeMethodDescriptionTopQueryStatisticsResultList.value()
Get the value property: The list of top query statistics.