Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Properties of an asset conversion.
struct Microsoft::Azure::RemoteRendering::ConversionProperties
Fields
Id
The ID of the conversion supplied when the conversion was created.
std::string Id{};
Status
The status of the conversion.
Microsoft::Azure::RemoteRendering::ConversionStatus Status{};
CreationTime
The time when the conversion was created. Date and time in ISO 8601 format.
std::string CreationTime{};
ErrorMessage
In case of an error, this may contain additional information.
std::string ErrorMessage{};
InputStorageContainerUri
The URI of the Azure blob storage container containing the input model.
std::string InputStorageContainerUri{};
InputBlobPrefix
Only Blobs starting with this prefix are downloaded to perform the conversion.
std::string InputBlobPrefix{};
InputRelativeAssetPath
The relative path starting at blobPrefix (or at the container root if blobPrefix is not provided) to the input model.
std::string InputRelativeAssetPath{};
OutputStorageContainerUri
The URI of the Azure blob storage container where the result of the conversion should be written to.
std::string OutputStorageContainerUri{};
OutputBlobPrefix
A prefix which gets prepended in front of all files produced by the conversion process. Will be treated as a virtual folder.
std::string OutputBlobPrefix{};
OutputAssetFilename
The file name of the output asset.
std::string OutputAssetFilename{};
OutputAssetUri
URI of the asset generated by the conversion process (once it has finished successfully).
std::string OutputAssetUri{};