/AWS1/CL_S3_PROGRESS¶
This data type contains information about progress of an operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_bytesscanned
TYPE /AWS1/S3_BYTESSCANNED
/AWS1/S3_BYTESSCANNED
¶
The current number of object bytes scanned.
iv_bytesprocessed
TYPE /AWS1/S3_BYTESPROCESSED
/AWS1/S3_BYTESPROCESSED
¶
The current number of uncompressed object bytes processed.
iv_bytesreturned
TYPE /AWS1/S3_BYTESRETURNED
/AWS1/S3_BYTESRETURNED
¶
The current number of bytes of records payload data returned.
Queryable Attributes¶
BytesScanned¶
The current 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 current 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 current 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 |