DeploymentIoTJobExponentialRolloutRate

data class DeploymentIoTJobExponentialRolloutRate(val baseRatePerMinute: Int, val incrementFactor: Double, val rateIncreaseCriteria: DeploymentIoTJobRateIncreaseCriteria)

Constructors

Link copied to clipboard
constructor(baseRatePerMinute: Int, incrementFactor: Double, rateIncreaseCriteria: DeploymentIoTJobRateIncreaseCriteria)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The exponential factor to increase the rollout rate for the job. This parameter supports up to one digit after the decimal (for example, you can specify 1.5 , but not 1.55 ).

Link copied to clipboard

The criteria to increase the rollout rate for the job.