Interface IStatisticSnapshot<V,Q>


@ThingworxExtensionApiClass(since={8,3}) public interface IStatisticSnapshot<V,Q>
Provides access to a read-only immutable snapshot of statistical data from a metric.
  • Method Summary

    Modifier and Type
    Method
    Description
    max()


    Returns the maximum value passed into the metric.


    Returns the average value observed by the metric.
    min()


    Returns the minimum value passed into the metric.


    Returns the 50th percentile observed by the metric.


    Returns the 75th percentile observed by the metric.


    Returns the 80th percentile observed by the metric.


    Returns the 90th percentile observed by the metric.


    Returns the 95th percentile observed by the metric.


    Returns the 99th percentile observed by the metric.


    Returns the 99.9th percentile observed by the metric.


    Returns the standard deviation observed by the metric.