/AWS1/CL_IOISTATETMPLUPDSTRAG¶
The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an onChange or periodic update strategy.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_periodic TYPE REF TO /AWS1/CL_IOIPERICSTATETMPLUP00 /AWS1/CL_IOIPERICSTATETMPLUP00¶
Vehicles associated with the state template will stream telemetry data during a specified time period.
io_onchange TYPE REF TO /AWS1/CL_IOIONCHANGESTATETMP00 /AWS1/CL_IOIONCHANGESTATETMP00¶
Vehicles associated with the state template will stream telemetry data when there is a change.
Queryable Attributes¶
periodic¶
Vehicles associated with the state template will stream telemetry data during a specified time period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODIC() |
Getter for PERIODIC |
onChange¶
Vehicles associated with the state template will stream telemetry data when there is a change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ONCHANGE() |
Getter for ONCHANGE |