/AWS1/CL_SE2IMPORTDATASOURCE¶
An object that contains details about the data source of the import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3url TYPE /AWS1/SE2S3URL /AWS1/SE2S3URL¶
An Amazon S3 URL in the format s3://
/.
iv_dataformat TYPE /AWS1/SE2DATAFORMAT /AWS1/SE2DATAFORMAT¶
The data format of the import job's data source.
Queryable Attributes¶
S3Url¶
An Amazon S3 URL in the format s3://
/.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URL() |
Getter for S3URL, with configurable default |
ASK_S3URL() |
Getter for S3URL w/ exceptions if field has no value |
HAS_S3URL() |
Determine if S3URL has a value |
DataFormat¶
The data format of the import job's data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAFORMAT() |
Getter for DATAFORMAT, with configurable default |
ASK_DATAFORMAT() |
Getter for DATAFORMAT w/ exceptions if field has no value |
HAS_DATAFORMAT() |
Determine if DATAFORMAT has a value |