/AWS1/CL_IOSDATASEGMENTRLTSUMM¶
Contains summary information about a data segment relationship between a source session dataset that contains the data and a curated dataset that references it, including the time series and timestamp range.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_targetdatasetid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the curated dataset that references the data segment.
iv_sourcedatasetid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the source session dataset that contains the data segment.
iv_timeseriesid TYPE /AWS1/IOSTIMESERIESID /AWS1/IOSTIMESERIESID¶
The ID of the time series.
io_starttimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS¶
The nanosecond-precision start time of the data segment.
io_endtimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS¶
The nanosecond-precision end time of the data segment.
Queryable Attributes¶
targetDatasetId¶
The ID of the curated dataset that references the data segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDATASETID() |
Getter for TARGETDATASETID, with configurable default |
ASK_TARGETDATASETID() |
Getter for TARGETDATASETID w/ exceptions if field has no val |
HAS_TARGETDATASETID() |
Determine if TARGETDATASETID has a value |
sourceDatasetId¶
The ID of the source session dataset that contains the data segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEDATASETID() |
Getter for SOURCEDATASETID, with configurable default |
ASK_SOURCEDATASETID() |
Getter for SOURCEDATASETID w/ exceptions if field has no val |
HAS_SOURCEDATASETID() |
Determine if SOURCEDATASETID has a value |
timeSeriesId¶
The ID of the time series.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESERIESID() |
Getter for TIMESERIESID, with configurable default |
ASK_TIMESERIESID() |
Getter for TIMESERIESID w/ exceptions if field has no value |
HAS_TIMESERIESID() |
Determine if TIMESERIESID has a value |
startTimestamp¶
The nanosecond-precision start time of the data segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIMESTAMP() |
Getter for STARTTIMESTAMP |
endTimestamp¶
The nanosecond-precision end time of the data segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIMESTAMP() |
Getter for ENDTIMESTAMP |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASEGMENTRLTSUMMARIES¶
TYPES TT_DATASEGMENTRLTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSDATASEGMENTRLTSUMM WITH DEFAULT KEY
.