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.
Namespace: Amazon.S3Control.Model
Assembly: AWSSDK.S3Control.dll
Version: 3.x.y.z
public class JobDescriptor
The JobDescriptor type exposes the following members
Name | Description | |
---|---|---|
![]() |
JobDescriptor() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
CreationTime | System.DateTime |
Gets and sets the property CreationTime. A timestamp indicating when this job was created. |
![]() |
Description | System.String |
Gets and sets the property Description.
The description for this job, if one was provided in this job's |
![]() |
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. |
![]() |
GeneratedManifestDescriptor | Amazon.S3Control.Model.S3GeneratedManifestDescriptor |
Gets and sets the property GeneratedManifestDescriptor. The attribute of the JobDescriptor containing details about the job's generated manifest. |
![]() |
JobArn | System.String |
Gets and sets the property JobArn. The Amazon Resource Name (ARN) for this job. |
![]() |
JobId | System.String |
Gets and sets the property JobId. The ID for the specified job. |
![]() |
Manifest | Amazon.S3Control.Model.JobManifest |
Gets and sets the property Manifest. The configuration information for the specified job's manifest object. |
![]() |
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. |
![]() |
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. |
![]() |
Priority | System.Int32 |
Gets and sets the property Priority. The priority of the specified job. |
![]() |
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. |
![]() |
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 |
![]() |
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. |
![]() |
Status | Amazon.S3Control.JobStatus |
Gets and sets the property Status. The current status of the specified job. |
![]() |
StatusUpdateReason | System.String |
Gets and sets the property StatusUpdateReason. The reason for updating the job. |
![]() |
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 |
![]() |
SuspendedDate | System.DateTime |
Gets and sets the property SuspendedDate. The timestamp when this job was suspended, if it has been suspended. |
![]() |
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. |
.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