AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AwsJobExponentialRolloutRate

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class AwsJobExponentialRolloutRate

The AwsJobExponentialRolloutRate type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BaseRatePerMinute System.Int32

Gets and sets the property BaseRatePerMinute.

The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.

Public Property IncrementFactor System.Double

Gets and sets the property IncrementFactor.

The rate of increase for a job rollout. The number of things notified is multiplied by this factor.

Public Property RateIncreaseCriteria Amazon.IoT.Model.AwsJobRateIncreaseCriteria

Gets and sets the property RateIncreaseCriteria.

The criteria to initiate the increase in 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).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5