Skip to content

/AWS1/CL_PISSINGLEMEASUREMAP

Maps a single source data field to a single record in the specified Timestream for LiveAnalytics table.

For more information, see Amazon Timestream for LiveAnalytics concepts

CONSTRUCTOR

IMPORTING

Required arguments:

iv_measurevalue TYPE /AWS1/PISMEASUREVALUE /AWS1/PISMEASUREVALUE

Dynamic path of the source field to map to the measure in the record.

iv_measurevaluetype TYPE /AWS1/PISMEASUREVALUETYPE /AWS1/PISMEASUREVALUETYPE

Data type of the source field.

iv_measurename TYPE /AWS1/PISMEASURENAME /AWS1/PISMEASURENAME

Target measure name for the measurement attribute in the Timestream table.


Queryable Attributes

MeasureValue

Dynamic path of the source field to map to the measure in the record.

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 source field.

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

MeasureName

Target measure name for the measurement attribute in the Timestream table.

Accessible with the following methods

Method Description
GET_MEASURENAME() Getter for MEASURENAME, with configurable default
ASK_MEASURENAME() Getter for MEASURENAME w/ exceptions if field has no value
HAS_MEASURENAME() Determine if MEASURENAME 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_SINGLEMEASUREMAPPINGS

TYPES TT_SINGLEMEASUREMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PISSINGLEMEASUREMAP WITH DEFAULT KEY
.