/AWS1/CL_IOTTSRDIMENSION¶
Metadata attributes of the time series that are written in each measure record.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/IOTTSRDIMENSIONNAME
/AWS1/IOTTSRDIMENSIONNAME
¶
The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.
Dimensions cannot be named:
measure_name
,measure_value
, ortime
. These names are reserved. Dimension names cannot start withts_
ormeasure_value
and they cannot contain the colon (:
) character.
iv_value
TYPE /AWS1/IOTTSRDIMENSIONVALUE
/AWS1/IOTTSRDIMENSIONVALUE
¶
The value to write in this column of the database record.
Queryable Attributes¶
name¶
The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.
Dimensions cannot be named:
measure_name
,measure_value
, ortime
. These names are reserved. Dimension names cannot start withts_
ormeasure_value
and they cannot contain the colon (:
) character.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
value¶
The value to write in this column of the database record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_TIMESTREAMDIMENSIONLIST
¶
TYPES TT_TIMESTREAMDIMENSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTTSRDIMENSION WITH DEFAULT KEY
.