ConversionProperties Struct

Definition

Properties of an asset conversion.

public value class ConversionProperties
public struct ConversionProperties
type ConversionProperties = struct
Public Structure ConversionProperties
Inheritance
ConversionProperties

Fields

CreationTime

The time when the conversion was created. Date and time in ISO 8601 format.

ErrorMessage

In case of an error, this may contain additional information.

Id

The ID of the conversion supplied when the conversion was created.

InputBlobPrefix

Only Blobs starting with this prefix are downloaded to perform the conversion.

InputRelativeAssetPath

The relative path starting at blobPrefix (or at the container root if blobPrefix is not provided) to the input model.

InputStorageContainerUri

The URI of the Azure blob storage container containing the input model.

OutputAssetFilename

The file name of the output asset.

OutputAssetUri

URI of the asset generated by the conversion process (once it has finished successfully).

OutputBlobPrefix

A prefix which gets prepended in front of all files produced by the conversion process. Will be treated as a virtual folder.

OutputStorageContainerUri

The URI of the Azure blob storage container where the result of the conversion should be written to.

Status

The status of the conversion.

Applies to