SqlDatabaseMetric Interface

public interface SqlDatabaseMetric extends HasInner

Response containing the Azure SQL Database metric.

Method Summary

Modifier and Type Method and Description
DateTime endTime()
List<SqlDatabaseMetricValue> metricValues()
String name()
DateTime startTime()
String timeGrain()
UnitType unit()

Inherited Members

Method Details

endTime

public DateTime endTime()

Returns:

the end time

metricValues

public List metricValues()

Returns:

the metric values

name

public String name()

Returns:

the metric name

startTime

public DateTime startTime()

Returns:

the start time

timeGrain

public String timeGrain()

Returns:

the time grain

unit

public UnitType unit()

Returns:

the metric's unit type

Applies to