MediaJobOutputAsset interface

The event data for a Job output asset.

Properties

assetName

Gets the Job output asset name.

error

Gets the Job output error.

label

Gets the Job output label.

odatatype

Polymorphic Discriminator

progress

Gets the Job output progress.

state

Gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'

Property Details

assetName

Gets the Job output asset name.

assetName?: string

Property Value

string

error

Gets the Job output error.

error?: MediaJobError

Property Value

label

Gets the Job output label.

label?: string

Property Value

string

odatatype

Polymorphic Discriminator

odatatype: "#Microsoft.Media.JobOutputAsset"

Property Value

"#Microsoft.Media.JobOutputAsset"

progress

Gets the Job output progress.

progress: number

Property Value

number

state

Gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'

state: MediaJobState

Property Value