Interface SqlDatabaseMetricValue

All Superinterfaces:
HasInner<MetricValue>

@Beta(V1_7_0) public interface SqlDatabaseMetricValue extends HasInner<MetricValue>
Response containing the Azure SQL Database metric value.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
    double
     
    org.joda.time.DateTime
     
    double
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner
  • 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