/AWS1/CL_S3CJOBMANIFESTSPEC¶
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/S3CJOBMANIFESTFORMAT /AWS1/S3CJOBMANIFESTFORMAT¶
Indicates which of the available formats the specified manifest uses.
Optional arguments:¶
it_fields TYPE /AWS1/CL_S3CJOBMANIFESTFIELD00=>TT_JOBMANIFESTFIELDLIST TT_JOBMANIFESTFIELDLIST¶
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.
Queryable Attributes¶
Format¶
Indicates which of the available formats the specified manifest uses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
Fields¶
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDS() |
Getter for FIELDS, with configurable default |
ASK_FIELDS() |
Getter for FIELDS w/ exceptions if field has no value |
HAS_FIELDS() |
Determine if FIELDS has a value |