/AWS1/CL_CWTDATAPOINT¶
Encapsulates the statistical data that CloudWatch computes from metric data.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_timestamp TYPE /AWS1/CWTTIMESTAMP /AWS1/CWTTIMESTAMP¶
The time stamp used for the data point.
iv_samplecount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of metric values that contributed to the aggregate value of this data point.
iv_average TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The average of the metric values that correspond to the data point.
iv_sum TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The sum of the metric values for the data point.
iv_minimum TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The minimum metric value for the data point.
iv_maximum TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The maximum metric value for the data point.
iv_unit TYPE /AWS1/CWTSTANDARDUNIT /AWS1/CWTSTANDARDUNIT¶
The standard unit for the data point.
it_extendedstatistics TYPE /AWS1/CL_CWTDATAPTVALUEMAP_W=>TT_DATAPOINTVALUEMAP TT_DATAPOINTVALUEMAP¶
The percentile statistic for the data point.
Queryable Attributes¶
Timestamp¶
The time stamp used for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
SampleCount¶
The number of metric values that contributed to the aggregate value of this data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLECOUNT() |
Getter for SAMPLECOUNT, with configurable default |
ASK_SAMPLECOUNT() |
Getter for SAMPLECOUNT w/ exceptions if field has no value |
STR_SAMPLECOUNT() |
String format for SAMPLECOUNT, with configurable default |
HAS_SAMPLECOUNT() |
Determine if SAMPLECOUNT has a value |
Average¶
The average of the metric values that correspond to the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVERAGE() |
Getter for AVERAGE, with configurable default |
ASK_AVERAGE() |
Getter for AVERAGE w/ exceptions if field has no value |
STR_AVERAGE() |
String format for AVERAGE, with configurable default |
HAS_AVERAGE() |
Determine if AVERAGE has a value |
Sum¶
The sum of the metric values for the data point.
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 |
Minimum¶
The minimum metric value for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUM() |
Getter for MINIMUM, with configurable default |
ASK_MINIMUM() |
Getter for MINIMUM w/ exceptions if field has no value |
STR_MINIMUM() |
String format for MINIMUM, with configurable default |
HAS_MINIMUM() |
Determine if MINIMUM has a value |
Maximum¶
The maximum metric value for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUM() |
Getter for MAXIMUM, with configurable default |
ASK_MAXIMUM() |
Getter for MAXIMUM w/ exceptions if field has no value |
STR_MAXIMUM() |
String format for MAXIMUM, with configurable default |
HAS_MAXIMUM() |
Determine if MAXIMUM has a value |
Unit¶
The standard unit for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
ExtendedStatistics¶
The percentile statistic for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTENDEDSTATISTICS() |
Getter for EXTENDEDSTATISTICS, with configurable default |
ASK_EXTENDEDSTATISTICS() |
Getter for EXTENDEDSTATISTICS w/ exceptions if field has no |
HAS_EXTENDEDSTATISTICS() |
Determine if EXTENDEDSTATISTICS 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_DATAPOINTS¶
TYPES TT_DATAPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWTDATAPOINT WITH DEFAULT KEY
.