/AWS1/CL_IOTMETRICDIMENSION¶
The dimension of a metric.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dimensionname TYPE /AWS1/IOTDIMENSIONNAME /AWS1/IOTDIMENSIONNAME¶
A unique identifier for the dimension.
Optional arguments:¶
iv_operator TYPE /AWS1/IOTDIMENSIONVALUEOP /AWS1/IOTDIMENSIONVALUEOP¶
Defines how the
dimensionValuesof a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theINoperator, a message will be counted only if its topic matches one of the topic filters. WithNOT_INoperator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull), it will be interpreted asIN.
Queryable Attributes¶
dimensionName¶
A unique identifier for the dimension.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONNAME() |
Getter for DIMENSIONNAME, with configurable default |
ASK_DIMENSIONNAME() |
Getter for DIMENSIONNAME w/ exceptions if field has no value |
HAS_DIMENSIONNAME() |
Determine if DIMENSIONNAME has a value |
operator¶
Defines how the
dimensionValuesof a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theINoperator, a message will be counted only if its topic matches one of the topic filters. WithNOT_INoperator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull), it will be interpreted asIN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATOR() |
Getter for OPERATOR, with configurable default |
ASK_OPERATOR() |
Getter for OPERATOR w/ exceptions if field has no value |
HAS_OPERATOR() |
Determine if OPERATOR has a value |