Interface QueryStatistic
-
public interface QueryStatisticAn immutable client-side representation of QueryStatistic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringaggregationFunction()Gets the aggregationFunction property: Aggregation function name.List<String>databaseNames()Gets the databaseNames property: The list of database names.OffsetDateTimeendTime()Gets the endTime property: Observation end time.Stringid()Gets the id property: Fully qualified resource Id for the resource.QueryStatisticInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryStatisticInner object.StringmetricDisplayName()Gets the metricDisplayName property: Metric display name.StringmetricName()Gets the metricName property: Metric name.DoublemetricValue()Gets the metricValue property: Metric value.StringmetricValueUnit()Gets the metricValueUnit property: Metric value unit.Stringname()Gets the name property: The name of the resource.LongqueryExecutionCount()Gets the queryExecutionCount property: Number of query executions in this time interval.StringqueryId()Gets the queryId property: Database query identifier.OffsetDateTimestartTime()Gets the startTime property: Observation start time.Stringtype()Gets the type property: The type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
queryId
String queryId()
Gets the queryId property: Database query identifier.- Returns:
- the queryId value.
-
startTime
OffsetDateTime startTime()
Gets the startTime property: Observation start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()
Gets the endTime property: Observation end time.- Returns:
- the endTime value.
-
aggregationFunction
String aggregationFunction()
Gets the aggregationFunction property: Aggregation function name.- Returns:
- the aggregationFunction value.
-
databaseNames
List<String> databaseNames()
Gets the databaseNames property: The list of database names.- Returns:
- the databaseNames value.
-
queryExecutionCount
Long queryExecutionCount()
Gets the queryExecutionCount property: Number of query executions in this time interval.- Returns:
- the queryExecutionCount value.
-
metricName
String metricName()
Gets the metricName property: Metric name.- Returns:
- the metricName value.
-
metricDisplayName
String metricDisplayName()
Gets the metricDisplayName property: Metric display name.- Returns:
- the metricDisplayName value.
-
metricValue
Double metricValue()
Gets the metricValue property: Metric value.- Returns:
- the metricValue value.
-
metricValueUnit
String metricValueUnit()
Gets the metricValueUnit property: Metric value unit.- Returns:
- the metricValueUnit value.
-
innerModel
QueryStatisticInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryStatisticInner object.- Returns:
- the inner object.
-
-