Interface EnumWebMonitorStatistics
- 
 public interface EnumWebMonitorStatisticsDefines statistical operations for performance monitors.- Since:
- MicroStrategy Web 7.5.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intMonitorStatisticAverageSpecifies the statistical operation of getting the Average (of related values).static intMonitorStatisticHighestValueSpecifies the statistical operation of getting the hightest (of related values).static intMonitorStatisticLowestValueSpecifies the statistical operation of getting the lowest (of related values).
 
- 
- 
- 
Field Detail- 
MonitorStatisticAveragestatic final int MonitorStatisticAverage Specifies the statistical operation of getting the Average (of related values).- See Also:
- Constant Field Values
 
 - 
MonitorStatisticHighestValuestatic final int MonitorStatisticHighestValue Specifies the statistical operation of getting the hightest (of related values).- See Also:
- Constant Field Values
 
 - 
MonitorStatisticLowestValuestatic final int MonitorStatisticLowestValue Specifies the statistical operation of getting the lowest (of related values).- See Also:
- Constant Field Values
 
 
- 
 
-