AssetConversion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information concerning the state of a conversion.
public class AssetConversion
type AssetConversion = class
Public Class AssetConversion
- Inheritance
-
AssetConversion
Properties
ConversionId |
The id of the conversion supplied when the conversion was created. |
CreatedOn |
The time when the conversion was created. Date and time in ISO 8601 format. |
Error |
The error object containing details about the conversion failure. |
Options |
Settings for where to retrieve input files from and where to write output files. Supplied when creating the conversion. |
Output |
Information about the output of a successful conversion. Only present when the status of the conversion is 'Succeeded'. |
Status |
The status of the conversion. Terminal states are 'Cancelled', 'Failed', and 'Succeeded'. |