SqlDatabaseMetricValue Interface
public interface SqlDatabaseMetricValue extends HasInner
Response containing the Azure SQL Database metric value.
Method Summary
Modifier and Type | Method and Description |
---|---|
double | average() |
double | count() |
double | maximum() |
double | minimum() |
DateTime | timestamp() |
double | total() |
Inherited Members
Method Details
average
public double average()
Returns:
the average value of the metric
count
public double count()
Returns:
the number of values for the metric
maximum
public double maximum()
Returns:
the max value of the metric
minimum
public double minimum()
Returns:
the min value of the metric
timestamp
public DateTime timestamp()
Returns:
the metric timestamp (ISO-8601 format)
total
public double total()
Returns:
the total value of the metric
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java