Interface SqlDatabaseMetricValue
- All Superinterfaces:
HasInner<MetricValue>
Response containing the Azure SQL Database metric value.
-
Method Summary
-
Method Details
-
count
double count()- Returns:
- the number of values for the metric
-
average
double average()- Returns:
- the average value of the metric
-
maximum
double maximum()- Returns:
- the max value of the metric
-
minimum
double minimum()- Returns:
- the min value of the metric
-
timestamp
org.joda.time.DateTime timestamp()- Returns:
- the metric timestamp (ISO-8601 format)
-
total
double total()- Returns:
- the total value of the metric
-