QueryStatistic Interface
public interface QueryStatistic
An immutable client-side representation of QueryStatistic.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
aggregationFunction()
Gets the aggregation |
| abstract List<String> |
databaseNames()
Gets the database |
|
abstract
Offset |
endTime()
Gets the end |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Query |
innerModel()
Gets the inner com. |
| abstract String |
metricDisplayName()
Gets the metric |
| abstract String |
metricName()
Gets the metric |
| abstract Double |
metricValue()
Gets the metric |
| abstract String |
metricValueUnit()
Gets the metric |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Long |
queryExecutionCount()
Gets the query |
| abstract String |
queryId()
Gets the query |
|
abstract
Offset |
startTime()
Gets the start |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
aggregationFunction
public abstract String aggregationFunction()
Gets the aggregationFunction property: Aggregation function name.
Returns:
databaseNames
public abstract List<String> databaseNames()
Gets the databaseNames property: The list of database names.
Returns:
endTime
public abstract OffsetDateTime endTime()
Gets the endTime property: Observation end time.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract QueryStatisticInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryStatisticInner object.
Returns:
metricDisplayName
public abstract String metricDisplayName()
Gets the metricDisplayName property: Metric display name.
Returns:
metricName
public abstract String metricName()
Gets the metricName property: Metric name.
Returns:
metricValue
public abstract Double metricValue()
Gets the metricValue property: Metric value.
Returns:
metricValueUnit
public abstract String metricValueUnit()
Gets the metricValueUnit property: Metric value unit.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
queryExecutionCount
public abstract Long queryExecutionCount()
Gets the queryExecutionCount property: Number of query executions in this time interval.
Returns:
queryId
public abstract String queryId()
Gets the queryId property: Database query identifier.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: Observation start time.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: