/AWS1/CL_IOWMETRICQUERYVALUE¶
The aggregated values of the metric.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_min
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The minimum of the values of all data points collected during the aggregation period.
iv_max
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The maximum of the values of all the data points collected during the aggregation period.
iv_sum
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The sum of the values of all data points collected during the aggregation period.
iv_avg
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The average of the values of all data points collected during the aggregation period.
iv_std
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The standard deviation of the values of all data points collected during the aggregation period.
iv_p90
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The 90th percentile of the values of all data points collected during the aggregation period.
Queryable Attributes¶
Min¶
The minimum of the values of all data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MIN() |
Getter for MIN, with configurable default |
ASK_MIN() |
Getter for MIN w/ exceptions if field has no value |
STR_MIN() |
String format for MIN, with configurable default |
HAS_MIN() |
Determine if MIN has a value |
Max¶
The maximum of the values of all the data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAX() |
Getter for MAX, with configurable default |
ASK_MAX() |
Getter for MAX w/ exceptions if field has no value |
STR_MAX() |
String format for MAX, with configurable default |
HAS_MAX() |
Determine if MAX has a value |
Sum¶
The sum of the values of all data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUM() |
Getter for SUM, with configurable default |
ASK_SUM() |
Getter for SUM w/ exceptions if field has no value |
STR_SUM() |
String format for SUM, with configurable default |
HAS_SUM() |
Determine if SUM has a value |
Avg¶
The average of the values of all data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVG() |
Getter for AVG, with configurable default |
ASK_AVG() |
Getter for AVG w/ exceptions if field has no value |
STR_AVG() |
String format for AVG, with configurable default |
HAS_AVG() |
Determine if AVG has a value |
Std¶
The standard deviation of the values of all data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STD() |
Getter for STD, with configurable default |
ASK_STD() |
Getter for STD w/ exceptions if field has no value |
STR_STD() |
String format for STD, with configurable default |
HAS_STD() |
Determine if STD has a value |
P90¶
The 90th percentile of the values of all data points collected during the aggregation period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_P90() |
Getter for P90, with configurable default |
ASK_P90() |
Getter for P90 w/ exceptions if field has no value |
STR_P90() |
String format for P90, with configurable default |
HAS_P90() |
Determine if P90 has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_METRICQUERYVALUES
¶
TYPES TT_METRICQUERYVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWMETRICQUERYVALUE WITH DEFAULT KEY
.