Interface SqlDatabaseMetricValue
-
- All Superinterfaces:
HasInnerModel<MetricValue>
public interface SqlDatabaseMetricValue extends HasInnerModel<MetricValue>
Response containing the Azure SQL Database metric value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleaverage()doublecount()doublemaximum()doubleminimum()OffsetDateTimetimestamp()doubletotal()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
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
OffsetDateTime timestamp()
- Returns:
- the metric timestamp (ISO-8601 format)
-
total
double total()
- Returns:
- the total value of the metric
-
-