Skip to content

/AWS1/CL_CNTSEARCHMETRICSRSP

SearchMetricsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_metrics TYPE /AWS1/CL_CNTMETRICDEFINITION=>TT_METRICSEARCHSUMMARYLIST TT_METRICSEARCHSUMMARYLIST

The metrics that matched the search criteria.

iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

If there are additional results, this is the token for the next set of results.

iv_approximatetotalcount TYPE /AWS1/CNTAPPROXIMATETOTALCOUNT /AWS1/CNTAPPROXIMATETOTALCOUNT

The approximate total number of metrics that matched your search criteria.


Queryable Attributes

Metrics

The metrics that matched the search criteria.

Accessible with the following methods

Method Description
GET_METRICS() Getter for METRICS, with configurable default
ASK_METRICS() Getter for METRICS w/ exceptions if field has no value
HAS_METRICS() Determine if METRICS has a value

NextToken

If there are additional results, this is the token for the next set of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

ApproximateTotalCount

The approximate total number of metrics that matched your search criteria.

Accessible with the following methods

Method Description
GET_APPROXIMATETOTALCOUNT() Getter for APPROXIMATETOTALCOUNT, with configurable default
ASK_APPROXIMATETOTALCOUNT() Getter for APPROXIMATETOTALCOUNT w/ exceptions if field has
HAS_APPROXIMATETOTALCOUNT() Determine if APPROXIMATETOTALCOUNT has a value