/AWS1/CL_IOSDATASETITEM¶
A dataset to process.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetid TYPE /AWS1/IOSDATASETID /AWS1/IOSDATASETID¶
The unique identifier for the dataset.
Optional arguments:¶
io_trimsettings TYPE REF TO /AWS1/CL_IOSTRIMSETTINGS /AWS1/CL_IOSTRIMSETTINGS¶
The trim settings applied to all items in the dataset. When omitted, the full dataset time range is used.
it_exportdatatypes TYPE /AWS1/CL_IOSEXPDATATYPELIST_W=>TT_EXPORTDATATYPELIST TT_EXPORTDATATYPELIST¶
The optional subset of data types to export. If omitted, all data types are exported.
Queryable Attributes¶
datasetId¶
The unique identifier for the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
trimSettings¶
The trim settings applied to all items in the dataset. When omitted, the full dataset time range is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIMSETTINGS() |
Getter for TRIMSETTINGS |
exportDataTypes¶
The optional subset of data types to export. If omitted, all data types are exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTDATATYPES() |
Getter for EXPORTDATATYPES, with configurable default |
ASK_EXPORTDATATYPES() |
Getter for EXPORTDATATYPES w/ exceptions if field has no val |
HAS_EXPORTDATATYPES() |
Determine if EXPORTDATATYPES has a value |