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

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.JobExecutionSummary

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

Syntax

C#
public class JobExecutionSummary

The JobExecutionSummary type exposes the following members

Constructors

NameDescription
Public Method JobExecutionSummary()

Properties

NameTypeDescription
Public Property ExecutionNumber System.Int64

Gets and sets the property ExecutionNumber.

A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

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

Public Property QueuedAt System.DateTime

Gets and sets the property QueuedAt.

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

Public Property RetryAttempt System.Int32

Gets and sets the property RetryAttempt.

The number that indicates how many retry attempts have been completed for this job on this device.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

The time, in seconds since the epoch, when the job execution started.

Public Property Status Amazon.IoT.JobExecutionStatus

Gets and sets the property Status.

The status of the job execution.

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