IJob Properties

Include Protected Members
Include Inherited Members

The IJob type exposes the following members.

Properties

  Name Description
Public property Created Gets or sets the DateTime of job creation.
Public property EndTime Gets or sets the DateTime when job ended.
Public property Id Gets or sets the unique identifier set by Media Services.
Public property InputMediaAssets Gets a collection of Asset Identifiers that are inputs to the Job.
Public property JobNotificationSubscriptions Gets the collection of notification subscriptions for the job.
Public property LastModified Gets or sets the DateTime of job last modification.
Public property Name Gets or sets the friendly name for the job. This property is optional.
Public property OutputMediaAssets Gets a collection of Asset Identifiers that are outputs of the Job.
Public property Priority Gets or sets the priority of a job
Public property RunningDuration Gets or sets the elapsed time (in seconds) for the job.
Public property StartTime Gets or sets the DateTime when job has been started.
Public property State Gets or sets the state of the job
Public property Tasks Gets a collection of Tasks that compose the Job.
Public property TemplateId Gets or sets the ID of the JobTemplate entity. This property is optional.

Top

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace