Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.QueryStatisticProperties
Package
Description
Package containing the inner data models for MariaDBManagementClient.
-
Uses of QueryStatisticProperties in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionQueryStatisticProperties.withAggregationFunction
(String aggregationFunction) Set the aggregationFunction property: Aggregation function name.QueryStatisticProperties.withDatabaseNames
(List<String> databaseNames) Set the databaseNames property: The list of database names.QueryStatisticProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: Observation end time.QueryStatisticProperties.withMetricDisplayName
(String metricDisplayName) Set the metricDisplayName property: Metric display name.QueryStatisticProperties.withMetricName
(String metricName) Set the metricName property: Metric name.QueryStatisticProperties.withMetricValue
(Double metricValue) Set the metricValue property: Metric value.QueryStatisticProperties.withMetricValueUnit
(String metricValueUnit) Set the metricValueUnit property: Metric value unit.QueryStatisticProperties.withQueryExecutionCount
(Long queryExecutionCount) Set the queryExecutionCount property: Number of query executions in this time interval.QueryStatisticProperties.withQueryId
(String queryId) Set the queryId property: Database query identifier.QueryStatisticProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Observation start time.