Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.TopQueryStatisticsInputProperties
Package
Description
Package containing the inner data models for MariaDBManagementClient.
-
Uses of TopQueryStatisticsInputProperties in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionTopQueryStatisticsInputProperties.withAggregationFunction
(String aggregationFunction) Set the aggregationFunction property: Aggregation function name.TopQueryStatisticsInputProperties.withAggregationWindow
(String aggregationWindow) Set the aggregationWindow property: Aggregation interval type in ISO 8601 format.TopQueryStatisticsInputProperties.withNumberOfTopQueries
(int numberOfTopQueries) Set the numberOfTopQueries property: Max number of top queries to return.TopQueryStatisticsInputProperties.withObservationEndTime
(OffsetDateTime observationEndTime) Set the observationEndTime property: Observation end time.TopQueryStatisticsInputProperties.withObservationStartTime
(OffsetDateTime observationStartTime) Set the observationStartTime property: Observation start time.TopQueryStatisticsInputProperties.withObservedMetric
(String observedMetric) Set the observedMetric property: Observed metric name.