AWS SDK for .NET Documentation
Job Class
AmazonAmazon.ElasticTranscoder.ModelJob Did this page help you?   Yes   No    Tell us about it...
A section of the response body that provides information about the job that is created.
Declaration Syntax
C#
public class Job
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Job()()()()
Initializes a new instance of the Job class

Arn
Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the job.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the property Id.

The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.


Input
Gets and sets the property Input.

A section of the request or response body that provides information about the file that is being transcoded.


Output
Gets and sets the property Output.

If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.


OutputKeyPrefix
Gets and sets the property OutputKeyPrefix.

The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the

CopyC#
OutputKeyPrefix
.


Outputs
Gets and sets the property Outputs.

Information about the output files. We recommend that you use the

CopyC#
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the
CopyC#
Outputs
and
CopyC#
Output
syntaxes in the same request. You can create a maximum of 30 outputs per job.

If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.


PipelineId
Gets and sets the property PipelineId.

The

CopyC#
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.


Playlists
Gets and sets the property Playlists.

Outputs in MPEG-TS format only.If you specify a preset in

CopyC#
PresetId
for which the value of
CopyC#
Container
is ts (MPEG-TS),
CopyC#
Playlists
contains information about the master playlists that you want Elastic Transcoder to create.

We recommend that you create only one master playlist. The maximum number of master playlists in a job is 30.


Status
Gets and sets the property Status.

The status of the job:

CopyC#
Submitted
,
CopyC#
Progressing
,
CopyC#
Complete
,
CopyC#
Canceled
, or
CopyC#
Error
.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithArn(String) Obsolete.
Sets the Arn property

WithId(String) Obsolete.
Sets the Id property

WithInput(JobInput) Obsolete.
Sets the Input property

WithOutput(JobOutput) Obsolete.
Sets the Output property

WithOutputKeyPrefix(String) Obsolete.
Sets the OutputKeyPrefix property

WithOutputs(array<JobOutput>[]()[][]) Obsolete.
Sets the Outputs property

WithOutputs(IEnumerable<(Of <<'(JobOutput>)>>)) Obsolete.
Sets the Outputs property

WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithPlaylists(array<Playlist>[]()[][]) Obsolete.
Sets the Playlists property

WithPlaylists(IEnumerable<(Of <<'(Playlist>)>>)) Obsolete.
Sets the Playlists property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)