Condividi tramite


AssetConversionOutputOptions Class

Definition

Conversion output settings describe the destination of conversion output.

public class AssetConversionOutputOptions
type AssetConversionOutputOptions = class
Public Class AssetConversionOutputOptions
Inheritance
AssetConversionOutputOptions

Constructors

AssetConversionOutputOptions(Uri)

Initializes a new instance of AssetConversionOutputOptions.

Properties

BlobPrefix

A prefix which gets prepended in front of all files produced by the conversion process. Will be treated as a virtual folder. Optional. If not provided, output files will be stored at the container root.

OutputAssetFilename

The file name of the output asset. Must end in '.arrAsset'. Optional. If not provided, file name will the same name as the input asset, with '.arrAsset' extension.

StorageContainerUri

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

StorageContainerWriteSas

An Azure blob storage container shared access signature giving write access to the storage container. Optional. If not provided, the Azure Remote Rendering account needs to be linked with the storage account containing the blob container. See https://docs.microsoft.com/azure/remote-rendering/how-tos/create-an-account#link-storage-accounts for details. For security purposes this field will never be filled out in responses bodies.

Applies to