Interface EnumWebMonitorStatistics


  • public interface EnumWebMonitorStatistics
    Defines statistical operations for performance monitors.
    Since:
    MicroStrategy Web 7.5.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MonitorStatisticAverage
      Specifies the statistical operation of getting the Average (of related values).
      static int MonitorStatisticHighestValue
      Specifies the statistical operation of getting the hightest (of related values).
      static int MonitorStatisticLowestValue
      Specifies the statistical operation of getting the lowest (of related values).
    • Field Detail

      • MonitorStatisticAverage

        static final int MonitorStatisticAverage
        Specifies the statistical operation of getting the Average (of related values).
        See Also:
        Constant Field Values
      • MonitorStatisticHighestValue

        static final int MonitorStatisticHighestValue
        Specifies the statistical operation of getting the hightest (of related values).
        See Also:
        Constant Field Values
      • MonitorStatisticLowestValue

        static final int MonitorStatisticLowestValue
        Specifies the statistical operation of getting the lowest (of related values).
        See Also:
        Constant Field Values