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 job process details.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class JobProcessDetails
The JobProcessDetails type exposes the following members
Name | Description | |
---|---|---|
![]() |
JobProcessDetails() |
Name | Type | Description | |
---|---|---|---|
![]() |
NumberOfCanceledThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfCanceledThings. The number of things that cancelled the job. |
![]() |
NumberOfFailedThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfFailedThings. The number of things that failed executing the job. |
![]() |
NumberOfInProgressThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfInProgressThings. The number of things currently executing the job. |
![]() |
NumberOfQueuedThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfQueuedThings. The number of things that are awaiting execution of the job. |
![]() |
NumberOfRejectedThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfRejectedThings. The number of things that rejected the job. |
![]() |
NumberOfRemovedThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfRemovedThings. The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job. |
![]() |
NumberOfSucceededThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfSucceededThings. The number of things which successfully completed the job. |
![]() |
NumberOfTimedOutThings | System.Nullable<System.Int32> |
Gets and sets the property NumberOfTimedOutThings.
The number of things whose job execution status is |
![]() |
ProcessingTargets | System.Collections.Generic.List<System.String> |
Gets and sets the property ProcessingTargets. The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer