SqlDatabaseMetricValue Interface

Implements

public interface SqlDatabaseMetricValue
extends HasInner<MetricValue>

Response containing the Azure SQL Database metric value.

Method Summary

Modifier and Type Method and Description
abstract double average()
abstract double count()
abstract double maximum()
abstract double minimum()
abstract org.joda.time.DateTime timestamp()
abstract double total()

Method Details

average

public abstract double average()

Returns:

the average value of the metric

count

public abstract double count()

Returns:

the number of values for the metric

maximum

public abstract double maximum()

Returns:

the max value of the metric

minimum

public abstract double minimum()

Returns:

the min value of the metric

timestamp

public abstract DateTime timestamp()

Returns:

the metric timestamp (ISO-8601 format)

total

public abstract double total()

Returns:

the total value of the metric

Applies to