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.

A container element for the job configuration and status information returned by a Describe Job request.

Inheritance Hierarchy

System.Object
  Amazon.S3Control.Model.JobDescriptor

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

Syntax

C#
public class JobDescriptor

The JobDescriptor type exposes the following members

Constructors

NameDescription
Public Method JobDescriptor()

Properties

NameTypeDescription
Public Property ConfirmationRequired System.Boolean

Gets and sets the property ConfirmationRequired.

Indicates whether confirmation is required before Amazon S3 begins running the specified job. Confirmation is required only for jobs created through the Amazon S3 console.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp indicating when this job was created.

Public Property Description System.String

Gets and sets the property Description.

The description for this job, if one was provided in this job's Create Job request.

Public Property FailureReasons System.Collections.Generic.List<Amazon.S3Control.Model.JobFailure>

Gets and sets the property FailureReasons.

If the specified job failed, this field contains information describing the failure.

Public Property GeneratedManifestDescriptor Amazon.S3Control.Model.S3GeneratedManifestDescriptor

Gets and sets the property GeneratedManifestDescriptor.

The attribute of the JobDescriptor containing details about the job's generated manifest.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) for this job.

Public Property JobId System.String

Gets and sets the property JobId.

The ID for the specified job.

Public Property Manifest Amazon.S3Control.Model.JobManifest

Gets and sets the property Manifest.

The configuration information for the specified job's manifest object.

Public Property ManifestGenerator Amazon.S3Control.Model.JobManifestGenerator

Gets and sets the property ManifestGenerator.

The manifest generator that was used to generate a job manifest for this job.

Public Property Operation Amazon.S3Control.Model.JobOperation

Gets and sets the property Operation.

The operation that the specified job is configured to run on the objects listed in the manifest.

Public Property Priority System.Int32

Gets and sets the property Priority.

The priority of the specified job.

Public Property ProgressSummary Amazon.S3Control.Model.JobProgressSummary

Gets and sets the property ProgressSummary.

Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.

Public Property Report Amazon.S3Control.Model.JobReport

Gets and sets the property Report.

Contains the configuration information for the job-completion report if you requested one in the Create Job request.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for this job.

Public Property Status Amazon.S3Control.JobStatus

Gets and sets the property Status.

The current status of the specified job.

Public Property StatusUpdateReason System.String

Gets and sets the property StatusUpdateReason.

The reason for updating the job.

Public Property SuspendedCause System.String

Gets and sets the property SuspendedCause.

The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3 console. When you create the job, it enters the Suspended state to await confirmation before running. After you confirm the job, it automatically exits the Suspended state.

Public Property SuspendedDate System.DateTime

Gets and sets the property SuspendedDate.

The timestamp when this job was suspended, if it has been suspended.

Public Property TerminationDate System.DateTime

Gets and sets the property TerminationDate.

A timestamp indicating when this job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5