MediaJobOutputAsset interface
The event data for a Job output asset.
- Extends
Properties
asset |
Gets the Job output asset name. |
odata |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
error | Gets the Job output error. |
label | Gets the Job output label. |
progress | Gets the Job output progress. |
state | Gets the Job output state. |
Property Details
assetName
Gets the Job output asset name.
assetName: string
Property Value
string
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.JobOutputAsset"
Property Value
"#Microsoft.Media.JobOutputAsset"
Inherited Property Details
error
label
progress
Gets the Job output progress.
progress: number
Property Value
number
Inherited From MediaJobOutput.progress