AWSIoTExponentialRolloutRate
Objective-C
@interface AWSIoTExponentialRolloutRate
Swift
class AWSIoTExponentialRolloutRate
Allows you to create an exponential rate of rollout for a job.
Required parameters: [baseRatePerMinute, incrementFactor, rateIncreaseCriteria]
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable baseRatePerMinute;Swift
var baseRatePerMinute: NSNumber? { get set } -
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).
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable incrementFactor;Swift
var incrementFactor: NSNumber? { get set } -
The criteria to initiate the increase in rate of rollout for a job.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTRateIncreaseCriteria *_Nullable rateIncreaseCriteria;Swift
var rateIncreaseCriteria: AWSIoTRateIncreaseCriteria? { get set }
View on GitHub
Install in Dash
AWSIoTExponentialRolloutRate Class Reference