/AWS1/CL_IOSFILEFORMAT¶
The file format of the data in S3.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_csv TYPE REF TO /AWS1/CL_IOSCSV /AWS1/CL_IOSCSV¶
The file is in .CSV format.
io_parquet TYPE REF TO /AWS1/CL_IOSPARQUET /AWS1/CL_IOSPARQUET¶
The file is in parquet format.
io_mp4 TYPE REF TO /AWS1/CL_IOSMP4 /AWS1/CL_IOSMP4¶
The MP4 format configuration.
io_annotation TYPE REF TO /AWS1/CL_IOSANNOTATION /AWS1/CL_IOSANNOTATION¶
The annotation format configuration.
Queryable Attributes¶
csv¶
The file is in .CSV format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CSV() |
Getter for CSV |
parquet¶
The file is in parquet format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARQUET() |
Getter for PARQUET |
mp4¶
The MP4 format configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MP4() |
Getter for MP4 |
annotation¶
The annotation format configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANNOTATION() |
Getter for ANNOTATION |