Skip to content

/AWS1/CL_IOSTIMESERIESITEM

A single timeseries item to process. Exactly one of timeSeriesId or propertyAlias must be provided.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_timeseriesid TYPE /AWS1/IOSTIMESERIESID /AWS1/IOSTIMESERIESID

The unique identifier for the timeseries. Mutually exclusive with propertyAlias.

iv_propertyalias TYPE /AWS1/IOSASSETPROPERTYALIAS /AWS1/IOSASSETPROPERTYALIAS

The customer-friendly alias for the timeseries. Mutually exclusive with timeSeriesId.

io_trimsettings TYPE REF TO /AWS1/CL_IOSTRIMSETTINGS /AWS1/CL_IOSTRIMSETTINGS

The trim settings for the time range to export. Required for VIDEO and TELEMETRY data types; optional for ANNOTATION data types.

io_formatsettings TYPE REF TO /AWS1/CL_IOSFORMATSETTINGS /AWS1/CL_IOSFORMATSETTINGS

The optional format settings for the output.


Queryable Attributes

timeSeriesId

The unique identifier for the timeseries. Mutually exclusive with propertyAlias.

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

propertyAlias

The customer-friendly alias for the timeseries. Mutually exclusive with timeSeriesId.

Accessible with the following methods

Method Description
GET_PROPERTYALIAS() Getter for PROPERTYALIAS, with configurable default
ASK_PROPERTYALIAS() Getter for PROPERTYALIAS w/ exceptions if field has no value
HAS_PROPERTYALIAS() Determine if PROPERTYALIAS has a value

trimSettings

The trim settings for the time range to export. Required for VIDEO and TELEMETRY data types; optional for ANNOTATION data types.

Accessible with the following methods

Method Description
GET_TRIMSETTINGS() Getter for TRIMSETTINGS

formatSettings

The optional format settings for the output.

Accessible with the following methods

Method Description
GET_FORMATSETTINGS() Getter for FORMATSETTINGS

Public Local Types In This Class

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

TT_TIMESERIESLIST

TYPES TT_TIMESERIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSTIMESERIESITEM WITH DEFAULT KEY
.