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 criteria that determine when and how a job abort takes place.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AbortCriteria

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

Syntax

C#
public class AbortCriteria

The AbortCriteria type exposes the following members

Constructors

NameDescription
Public Method AbortCriteria()

Properties

NameTypeDescription
Public Property Action Amazon.IoT.AbortAction

Gets and sets the property Action.

The type of job action to take to initiate the job abort.

Public Property FailureType Amazon.IoT.JobExecutionFailureType

Gets and sets the property FailureType.

The type of job execution failures that can initiate a job abort.

Public Property MinNumberOfExecutedThings System.Int32

Gets and sets the property MinNumberOfExecutedThings.

The minimum number of things which must receive job execution notifications before the job can be aborted.

Public Property ThresholdPercentage System.Double

Gets and sets the property ThresholdPercentage.

The minimum percentage of job execution failures that must occur to initiate the job abort.

Amazon Web Services IoT Core supports up to two digits after the decimal (for example, 10.9 and 10.99, but not 10.999).

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