Skip to content

/AWS1/CL_IOSDISASSOCDATSEGENTR

Contains information about a data segment entry to disassociate from a dataset.

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 to disassociate.

io_endtimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The nanosecond-precision end time of the data segment to disassociate.


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 to disassociate.

Accessible with the following methods

Method Description
GET_STARTTIMESTAMP() Getter for STARTTIMESTAMP

endTimestamp

The nanosecond-precision end time of the data segment to disassociate.

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_DISASSOCDATASEGMENTENTRIES

TYPES TT_DISASSOCDATASEGMENTENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSDISASSOCDATSEGENTR WITH DEFAULT KEY
.