Skip to content

/AWS1/CL_TRLQUERYSTATISTICS

Metadata about a query, such as the number of results.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_resultscount TYPE /AWS1/TRLINTEGER /AWS1/TRLINTEGER

The number of results returned.

iv_totalresultscount TYPE /AWS1/TRLINTEGER /AWS1/TRLINTEGER

The total number of results returned by a query.

iv_bytesscanned TYPE /AWS1/TRLLONG /AWS1/TRLLONG

The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.


Queryable Attributes

ResultsCount

The number of results returned.

Accessible with the following methods

Method Description
GET_RESULTSCOUNT() Getter for RESULTSCOUNT, with configurable default
ASK_RESULTSCOUNT() Getter for RESULTSCOUNT w/ exceptions if field has no value
HAS_RESULTSCOUNT() Determine if RESULTSCOUNT has a value

TotalResultsCount

The total number of results returned by a query.

Accessible with the following methods

Method Description
GET_TOTALRESULTSCOUNT() Getter for TOTALRESULTSCOUNT, with configurable default
ASK_TOTALRESULTSCOUNT() Getter for TOTALRESULTSCOUNT w/ exceptions if field has no v
HAS_TOTALRESULTSCOUNT() Determine if TOTALRESULTSCOUNT has a value

BytesScanned

The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.

Accessible with the following methods

Method Description
GET_BYTESSCANNED() Getter for BYTESSCANNED, with configurable default
ASK_BYTESSCANNED() Getter for BYTESSCANNED w/ exceptions if field has no value
HAS_BYTESSCANNED() Determine if BYTESSCANNED has a value