Interface SqlDatabaseMetricValue

    • 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