Skip to content

/AWS1/CL_S3_STATS

Container for the stats details.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bytesscanned TYPE /AWS1/S3_BYTESSCANNED /AWS1/S3_BYTESSCANNED

The total number of object bytes scanned.

iv_bytesprocessed TYPE /AWS1/S3_BYTESPROCESSED /AWS1/S3_BYTESPROCESSED

The total number of uncompressed object bytes processed.

iv_bytesreturned TYPE /AWS1/S3_BYTESRETURNED /AWS1/S3_BYTESRETURNED

The total number of bytes of records payload data returned.


Queryable Attributes

BytesScanned

The total number of object bytes scanned.

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

BytesProcessed

The total number of uncompressed object bytes processed.

Accessible with the following methods

Method Description
GET_BYTESPROCESSED() Getter for BYTESPROCESSED, with configurable default
ASK_BYTESPROCESSED() Getter for BYTESPROCESSED w/ exceptions if field has no valu
HAS_BYTESPROCESSED() Determine if BYTESPROCESSED has a value

BytesReturned

The total number of bytes of records payload data returned.

Accessible with the following methods

Method Description
GET_BYTESRETURNED() Getter for BYTESRETURNED, with configurable default
ASK_BYTESRETURNED() Getter for BYTESRETURNED w/ exceptions if field has no value
HAS_BYTESRETURNED() Determine if BYTESRETURNED has a value