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 job summary.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.JobSummary

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

Syntax

C#
public class JobSummary

The JobSummary type exposes the following members

Constructors

NameDescription
Public Method JobSummary()

Properties

NameTypeDescription
Public Property CompletedAt System.DateTime

Gets and sets the property CompletedAt.

The time, in seconds since the epoch, when the job completed.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time, in seconds since the epoch, when the job was created.

Public Property IsConcurrent System.Boolean

Gets and sets the property IsConcurrent.

Indicates whether a job is concurrent. Will be true when a job is rolling out new job executions or canceling previously created executions, otherwise false.

Public Property JobArn System.String

Gets and sets the property JobArn.

The job ARN.

Public Property JobId System.String

Gets and sets the property JobId.

The unique identifier you assigned to this job when it was created.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The time, in seconds since the epoch, when the job was last updated.

Public Property Status Amazon.IoT.JobStatus

Gets and sets the property Status.

The job summary status.

Public Property TargetSelection Amazon.IoT.TargetSelection

Gets and sets the property TargetSelection.

Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.

We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.

Public Property ThingGroupId System.String

Gets and sets the property ThingGroupId.

The ID of the thing group.

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