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.

An object that represents summary details of a job.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.JobSummary

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.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 ArrayProperties Amazon.Batch.Model.ArrayPropertiesSummary

Gets and sets the property ArrayProperties.

The array properties of the job, if it's an array job.

Public Property Container Amazon.Batch.Model.ContainerSummary

Gets and sets the property Container.

An object that represents the details of the container that's associated with the job.

Public Property CreatedAt System.Int64

Gets and sets the property CreatedAt.

The Unix timestamp (in milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the job.

Public Property JobDefinition System.String

Gets and sets the property JobDefinition.

The Amazon Resource Name (ARN) of the job definition.

Public Property JobId System.String

Gets and sets the property JobId.

The job ID.

Public Property JobName System.String

Gets and sets the property JobName.

The job name.

Public Property NodeProperties Amazon.Batch.Model.NodePropertiesSummary

Gets and sets the property NodeProperties.

The node properties for a single node in a job summary list.

This isn't applicable to jobs that are running on Fargate resources.

Public Property StartedAt System.Int64

Gets and sets the property StartedAt.

The Unix timestamp for when the job was started. More specifically, it's when the job transitioned from the STARTING state to the RUNNING state.

Public Property Status Amazon.Batch.JobStatus

Gets and sets the property Status.

The current status for the job.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

A short, human-readable string to provide more details for the current status of the job.

Public Property StoppedAt System.Int64

Gets and sets the property StoppedAt.

The Unix timestamp for when the job was stopped. More specifically, it's when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED.

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