Skip to content

/AWS1/CL_IOTEXPROLLOUTRATE

Allows you to create an exponential rate of rollout for a job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_baserateperminute TYPE /AWS1/IOTROLLOUTRATEPERMINUTE /AWS1/IOTROLLOUTRATEPERMINUTE

The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

iv_incrementfactor TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The exponential factor to increase the rate of rollout for a job.

Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

io_rateincreasecriteria TYPE REF TO /AWS1/CL_IOTRATEINCREASECRIT /AWS1/CL_IOTRATEINCREASECRIT

The criteria to initiate the increase in rate of rollout for a job.


Queryable Attributes

baseRatePerMinute

The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

Accessible with the following methods

Method Description
GET_BASERATEPERMINUTE() Getter for BASERATEPERMINUTE, with configurable default
ASK_BASERATEPERMINUTE() Getter for BASERATEPERMINUTE w/ exceptions if field has no v
HAS_BASERATEPERMINUTE() Determine if BASERATEPERMINUTE has a value

incrementFactor

The exponential factor to increase the rate of rollout for a job.

Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

Accessible with the following methods

Method Description
GET_INCREMENTFACTOR() Getter for INCREMENTFACTOR, with configurable default
ASK_INCREMENTFACTOR() Getter for INCREMENTFACTOR w/ exceptions if field has no val
STR_INCREMENTFACTOR() String format for INCREMENTFACTOR, with configurable default
HAS_INCREMENTFACTOR() Determine if INCREMENTFACTOR has a value

rateIncreaseCriteria

The criteria to initiate the increase in rate of rollout for a job.

Accessible with the following methods

Method Description
GET_RATEINCREASECRITERIA() Getter for RATEINCREASECRITERIA