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 data about a job execution.

Inheritance Hierarchy

System.Object
  Amazon.IoTJobsDataPlane.Model.JobExecution

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

Syntax

C#
public class JobExecution

The JobExecution type exposes the following members

Constructors

NameDescription
Public Method JobExecution()

Properties

NameTypeDescription
Public Property ApproximateSecondsBeforeTimedOut System.Int64

Gets and sets the property ApproximateSecondsBeforeTimedOut.

The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT.

Public Property ExecutionNumber System.Int64

Gets and sets the property ExecutionNumber.

A number that identifies a particular job execution on a particular device. It can be used later in commands that return or update job execution information.

Public Property JobDocument System.String

Gets and sets the property JobDocument.

The content of the job document.

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 was started.

Public Property Status Amazon.IoTJobsDataPlane.JobExecutionStatus

Gets and sets the property Status.

The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".

Public Property StatusDetails System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property StatusDetails.

A collection of name/value pairs that describe the status of the job execution.

Public Property ThingName System.String

Gets and sets the property ThingName.

The name of the thing that is executing the job.

Public Property VersionNumber System.Int64

Gets and sets the property VersionNumber.

The version of the job execution. Job execution versions are incremented each time they are updated by 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