AssetConversionInputOptions Struct

Definition

Input parameters for specifying an asset to convert.

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

Constructors

AssetConversionInputOptions(String, String, String, String)

Fields

BlobPrefix

Only Blobs starting with this prefix will be downloaded to perform the conversion. Example: "models/"

RelativeInputAssetPath

The relative path starting at blobPrefix (or at the container root if blobPrefix is not specified) to the input model. Must point to file with a supported file format ending. Example: "house.fbx".

StorageContainerReadListSas

Optional. An Azure Blob Storage container shared access signature (SAS) giving read and list access to the storage container. If not provided, the Azure Remote Rendering account needs to be linked with the storage account containing the blob container.

StorageContainerUri

The URI of the Azure Blob Storage container containing the input model. Example: "https://contosostorage01.blob.core.windows.net/arrInput"

Applies to

See also