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.

Contains a subset of information about a job execution.

Inheritance Hierarchy

System.Object
  Amazon.IoTJobsDataPlane.Model.JobExecutionSummary

Namespace: Amazon.IoTJobsDataPlane.Model
Assembly: AWSSDK.IoTJobsDataPlane.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 number that identifies a particular job execution on a particular device.

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.Int64

Gets and sets the property LastUpdatedAt.

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

Public Property QueuedAt System.Int64

Gets and sets the property QueuedAt.

The time, in milliseconds since the epoch, when the job execution was enqueued.

Public Property StartedAt System.Int64

Gets and sets the property StartedAt.

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

Public Property VersionNumber System.Int64

Gets and sets the property VersionNumber.

The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.

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