IoTJobExponentialRolloutRate class
Contains information about an exponential rollout rate for a configuration deployment job.
Constructors
- IoTJobExponentialRolloutRate({required int baseRatePerMinute, required double incrementFactor, required IoTJobRateIncreaseCriteria rateIncreaseCriteria})
-
IoTJobExponentialRolloutRate.fromJson(Map<
String, dynamic> json) -
factory
Properties
- baseRatePerMinute → int
-
The minimum number of devices that receive a pending job notification, per
minute, when the job starts. This parameter defines the initial rollout rate
of the job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- incrementFactor → double
-
The exponential factor to increase the rollout rate for the job.
final
- rateIncreaseCriteria → IoTJobRateIncreaseCriteria
-
The criteria to increase the rollout rate for the job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited