/AWS1/CL_BDTSYNCINPUTCONF¶
Input configuration for synchronous API
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bytes TYPE /AWS1/BDTBLOB /AWS1/BDTBLOB¶
Input data as bytes
iv_s3uri TYPE /AWS1/BDTS3URI /AWS1/BDTS3URI¶
S3 URI of the input data
Queryable Attributes¶
bytes¶
Input data as bytes
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTES() |
Getter for BYTES, with configurable default |
ASK_BYTES() |
Getter for BYTES w/ exceptions if field has no value |
HAS_BYTES() |
Determine if BYTES has a value |
s3Uri¶
S3 URI of the input data
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |