/AWS1/CL_PISMULTIMEASUREATTR00¶
A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_measurevalue TYPE /AWS1/PISMEASUREVALUE /AWS1/PISMEASUREVALUE¶
Dynamic path to the measurement attribute in the source event.
iv_measurevaluetype TYPE /AWS1/PISMEASUREVALUETYPE /AWS1/PISMEASUREVALUETYPE¶
Data type of the measurement attribute in the source event.
iv_multimeasureattributename TYPE /AWS1/PISMULTIMEASUREATTRNAME /AWS1/PISMULTIMEASUREATTRNAME¶
Target measure name to be used.
Queryable Attributes¶
MeasureValue¶
Dynamic path to the measurement attribute in the source event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEASUREVALUE() |
Getter for MEASUREVALUE, with configurable default |
ASK_MEASUREVALUE() |
Getter for MEASUREVALUE w/ exceptions if field has no value |
HAS_MEASUREVALUE() |
Determine if MEASUREVALUE has a value |
MeasureValueType¶
Data type of the measurement attribute in the source event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEASUREVALUETYPE() |
Getter for MEASUREVALUETYPE, with configurable default |
ASK_MEASUREVALUETYPE() |
Getter for MEASUREVALUETYPE w/ exceptions if field has no va |
HAS_MEASUREVALUETYPE() |
Determine if MEASUREVALUETYPE has a value |
MultiMeasureAttributeName¶
Target measure name to be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIMEASUREATTRNAME() |
Getter for MULTIMEASUREATTRIBUTENAME, with configurable defa |
ASK_MULTIMEASUREATTRNAME() |
Getter for MULTIMEASUREATTRIBUTENAME w/ exceptions if field |
HAS_MULTIMEASUREATTRNAME() |
Determine if MULTIMEASUREATTRIBUTENAME 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_MULTIMEASUREATTRMAPPINGS¶
TYPES TT_MULTIMEASUREATTRMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PISMULTIMEASUREATTR00 WITH DEFAULT KEY
.