Skip to content

/AWS1/CL_IOSDATASEGMENTSUMMARY

Contains summary information about a data segment, including its source dataset, time series, timestamp range, and enrichment status.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourcedatasetid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the source 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.

iv_alias TYPE /AWS1/IOSPROPERTYALIAS /AWS1/IOSPROPERTYALIAS

The alias of the time series.

iv_datatype TYPE /AWS1/IOSPROPERTYDATATYPE /AWS1/IOSPROPERTYDATATYPE

The data type of the time series.

Optional arguments:

io_enrichment TYPE REF TO /AWS1/CL_IOSDATASEGENRCHMNT /AWS1/CL_IOSDATASEGENRCHMNT

The enrichment information for the data segment.


Queryable Attributes

sourceDatasetId

The ID of the source 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

alias

The alias of the time series.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS has a value

dataType

The data type of the time series.

Accessible with the following methods

Method Description
GET_DATATYPE() Getter for DATATYPE, with configurable default
ASK_DATATYPE() Getter for DATATYPE w/ exceptions if field has no value
HAS_DATATYPE() Determine if DATATYPE has a value

enrichment

The enrichment information for the data segment.

Accessible with the following methods

Method Description
GET_ENRICHMENT() Getter for ENRICHMENT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DATASEGMENTSUMMARIES

TYPES TT_DATASEGMENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSDATASEGMENTSUMMARY WITH DEFAULT KEY
.