/AWS1/CL_PIEMETRICKEYDATAPTS¶
A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_key
TYPE REF TO /AWS1/CL_PIERSPRESRCMETRICKEY
/AWS1/CL_PIERSPRESRCMETRICKEY
¶
The dimensions to which the data points apply.
it_datapoints
TYPE /AWS1/CL_PIEDATAPOINT=>TT_DATAPOINTSLIST
TT_DATAPOINTSLIST
¶
An array of timestamp-value pairs, representing measurements over a period of time.
Queryable Attributes¶
Key¶
The dimensions to which the data points apply.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEY() |
Getter for KEY |
DataPoints¶
An array of timestamp-value pairs, representing measurements over a period of time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATAPOINTS() |
Getter for DATAPOINTS, with configurable default |
ASK_DATAPOINTS() |
Getter for DATAPOINTS w/ exceptions if field has no value |
HAS_DATAPOINTS() |
Determine if DATAPOINTS 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_METRICKEYDATAPOINTSLIST
¶
TYPES TT_METRICKEYDATAPOINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIEMETRICKEYDATAPTS WITH DEFAULT KEY
.