Lezen in het Engels

Delen via


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 aggregationFunction property: Aggregation function name.

abstract List<String> databaseNames()

Gets the databaseNames property: The list of database names.

abstract OffsetDateTime endTime()

Gets the endTime property: Observation end time.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract QueryStatisticInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryStatisticInner object.

abstract String metricDisplayName()

Gets the metricDisplayName property: Metric display name.

abstract String metricName()

Gets the metricName property: Metric name.

abstract Double metricValue()

Gets the metricValue property: Metric value.

abstract String metricValueUnit()

Gets the metricValueUnit property: Metric value unit.

abstract String name()

Gets the name property: The name of the resource.

abstract Long queryExecutionCount()

Gets the queryExecutionCount property: Number of query executions in this time interval.

abstract String queryId()

Gets the queryId property: Database query identifier.

abstract OffsetDateTime startTime()

Gets the startTime property: Observation start time.

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:

the aggregationFunction value.

databaseNames

public abstract List databaseNames()

Gets the databaseNames property: The list of database names.

Returns:

the databaseNames value.

endTime

public abstract OffsetDateTime endTime()

Gets the endTime property: Observation end time.

Returns:

the endTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract QueryStatisticInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryStatisticInner object.

Returns:

the inner object.

metricDisplayName

public abstract String metricDisplayName()

Gets the metricDisplayName property: Metric display name.

Returns:

the metricDisplayName value.

metricName

public abstract String metricName()

Gets the metricName property: Metric name.

Returns:

the metricName value.

metricValue

public abstract Double metricValue()

Gets the metricValue property: Metric value.

Returns:

the metricValue value.

metricValueUnit

public abstract String metricValueUnit()

Gets the metricValueUnit property: Metric value unit.

Returns:

the metricValueUnit value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

queryExecutionCount

public abstract Long queryExecutionCount()

Gets the queryExecutionCount property: Number of query executions in this time interval.

Returns:

the queryExecutionCount value.

queryId

public abstract String queryId()

Gets the queryId property: Database query identifier.

Returns:

the queryId value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: Observation start time.

Returns:

the startTime value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to

Azure SDK for Java

Latest