/AWS1/CL_PIEPERFORMANCEINSIG00¶
This data type helps to determine Performance Insights metric to render for the insight.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metric TYPE /AWS1/PIEDESCRIPTIVESTRING /AWS1/PIEDESCRIPTIVESTRING¶
The Performance Insights metric.
iv_displayname TYPE /AWS1/PIEDESCRIPTIVESTRING /AWS1/PIEDESCRIPTIVESTRING¶
The Performance Insights metric name.
it_dimensions TYPE /AWS1/CL_PIEDESCRIPTIVEMAP_W=>TT_DESCRIPTIVEMAP TT_DESCRIPTIVEMAP¶
A dimension map that contains the dimensions for this partition.
it_filter TYPE /AWS1/CL_PIEDESCRIPTIVEMAP_W=>TT_DESCRIPTIVEMAP TT_DESCRIPTIVEMAP¶
The filter for the Performance Insights metric.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the metric. For example,
9fordb.load.avg.
Queryable Attributes¶
Metric¶
The Performance Insights metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRIC() |
Getter for METRIC, with configurable default |
ASK_METRIC() |
Getter for METRIC w/ exceptions if field has no value |
HAS_METRIC() |
Determine if METRIC has a value |
DisplayName¶
The Performance Insights metric name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Dimensions¶
A dimension map that contains the dimensions for this partition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONS() |
Getter for DIMENSIONS, with configurable default |
ASK_DIMENSIONS() |
Getter for DIMENSIONS w/ exceptions if field has no value |
HAS_DIMENSIONS() |
Determine if DIMENSIONS has a value |
Filter¶
The filter for the Performance Insights metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER, with configurable default |
ASK_FILTER() |
Getter for FILTER w/ exceptions if field has no value |
HAS_FILTER() |
Determine if FILTER has a value |
Value¶
The value of the metric. For example,
9fordb.load.avg.
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 |
STR_VALUE() |
String format for VALUE, with configurable default |
HAS_VALUE() |
Determine if VALUE has a value |