/AWS1/CL_CWTINSIGHTRLMETRICD00¶
One data point from the metric time series returned in a Contributor Insights rule report.
For more information, see GetInsightRuleReport.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_timestamp
TYPE /AWS1/CWTTIMESTAMP
/AWS1/CWTTIMESTAMP
¶
The timestamp of the data point.
Optional arguments:¶
iv_uniquecontributors
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The number of unique contributors who published data during this timestamp.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_maxcontributorvalue
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, so the identity of the max contributor could be different for each timestamp.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_samplecount
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The number of occurrences that matched the rule during this data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_average
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The average value from all contributors during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_sum
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The sum of the values from all contributors during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_minimum
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The minimum value from a single contributor during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
iv_maximum
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The maximum value from a single occurence from a single contributor during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Queryable Attributes¶
Timestamp¶
The timestamp of the data point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
UniqueContributors¶
The number of unique contributors who published data during this timestamp.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNIQUECONTRIBUTORS() |
Getter for UNIQUECONTRIBUTORS, with configurable default |
ASK_UNIQUECONTRIBUTORS() |
Getter for UNIQUECONTRIBUTORS w/ exceptions if field has no |
STR_UNIQUECONTRIBUTORS() |
String format for UNIQUECONTRIBUTORS, with configurable defa |
HAS_UNIQUECONTRIBUTORS() |
Determine if UNIQUECONTRIBUTORS has a value |
MaxContributorValue¶
The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, so the identity of the max contributor could be different for each timestamp.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXCONTRIBUTORVALUE() |
Getter for MAXCONTRIBUTORVALUE, with configurable default |
ASK_MAXCONTRIBUTORVALUE() |
Getter for MAXCONTRIBUTORVALUE w/ exceptions if field has no |
STR_MAXCONTRIBUTORVALUE() |
String format for MAXCONTRIBUTORVALUE, with configurable def |
HAS_MAXCONTRIBUTORVALUE() |
Determine if MAXCONTRIBUTORVALUE has a value |
SampleCount¶
The number of occurrences that matched the rule during this data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SAMPLECOUNT() |
Getter for SAMPLECOUNT, with configurable default |
ASK_SAMPLECOUNT() |
Getter for SAMPLECOUNT w/ exceptions if field has no value |
STR_SAMPLECOUNT() |
String format for SAMPLECOUNT, with configurable default |
HAS_SAMPLECOUNT() |
Determine if SAMPLECOUNT has a value |
Average¶
The average value from all contributors during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVERAGE() |
Getter for AVERAGE, with configurable default |
ASK_AVERAGE() |
Getter for AVERAGE w/ exceptions if field has no value |
STR_AVERAGE() |
String format for AVERAGE, with configurable default |
HAS_AVERAGE() |
Determine if AVERAGE has a value |
Sum¶
The sum of the values from all contributors during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUM() |
Getter for SUM, with configurable default |
ASK_SUM() |
Getter for SUM w/ exceptions if field has no value |
STR_SUM() |
String format for SUM, with configurable default |
HAS_SUM() |
Determine if SUM has a value |
Minimum¶
The minimum value from a single contributor during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MINIMUM() |
Getter for MINIMUM, with configurable default |
ASK_MINIMUM() |
Getter for MINIMUM w/ exceptions if field has no value |
STR_MINIMUM() |
String format for MINIMUM, with configurable default |
HAS_MINIMUM() |
Determine if MINIMUM has a value |
Maximum¶
The maximum value from a single occurence from a single contributor during the time period represented by that data point.
This statistic is returned only if you included it in the
Metrics
array in your request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXIMUM() |
Getter for MAXIMUM, with configurable default |
ASK_MAXIMUM() |
Getter for MAXIMUM w/ exceptions if field has no value |
STR_MAXIMUM() |
String format for MAXIMUM, with configurable default |
HAS_MAXIMUM() |
Determine if MAXIMUM 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_INSIGHTRULEMETRICDATAPOINTS
¶
TYPES TT_INSIGHTRULEMETRICDATAPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWTINSIGHTRLMETRICD00 WITH DEFAULT KEY
.