Interface EnumWebMonitorStatistics
-
public interface EnumWebMonitorStatisticsDefines statistical operations for performance monitors.- Since:
- MicroStrategy Web 7.5.0
-
-
Field Summary
Fields 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
-
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
-
-