/AWS1/CL_PISMULTIMEASUREMAP¶
Maps multiple measures from the source event to the same Timestream for LiveAnalytics record.
For more information, see Amazon Timestream for LiveAnalytics concepts
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_multimeasurename TYPE /AWS1/PISMULTIMEASURENAME /AWS1/PISMULTIMEASURENAME¶
The name of the multiple measurements per record (multi-measure).
it_multimeasureattrmappings TYPE /AWS1/CL_PISMULTIMEASUREATTR00=>TT_MULTIMEASUREATTRMAPPINGS TT_MULTIMEASUREATTRMAPPINGS¶
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
Queryable Attributes¶
MultiMeasureName¶
The name of the multiple measurements per record (multi-measure).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIMEASURENAME() |
Getter for MULTIMEASURENAME, with configurable default |
ASK_MULTIMEASURENAME() |
Getter for MULTIMEASURENAME w/ exceptions if field has no va |
HAS_MULTIMEASURENAME() |
Determine if MULTIMEASURENAME has a value |
MultiMeasureAttributeMappings¶
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIMEASUREATTRMAPPINGS() |
Getter for MULTIMEASUREATTRMAPPINGS, with configurable defau |
ASK_MULTIMEASUREATTRMAPPINGS() |
Getter for MULTIMEASUREATTRMAPPINGS w/ exceptions if field h |
HAS_MULTIMEASUREATTRMAPPINGS() |
Determine if MULTIMEASUREATTRMAPPINGS 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_MULTIMEASUREMAPPINGS¶
TYPES TT_MULTIMEASUREMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PISMULTIMEASUREMAP WITH DEFAULT KEY
.