AssetConversionOutputOptions Struct
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.
Parameters for specifying the output location of a converted asset.
public value class AssetConversionOutputOptions
public struct AssetConversionOutputOptions
type AssetConversionOutputOptions = struct
Public Structure AssetConversionOutputOptions
- Inheritance
-
AssetConversionOutputOptions
Constructors
AssetConversionOutputOptions(String, String, String, String) |
Fields
BlobPrefix |
A prefix which gets prepended in front of all files produced by the conversion process. Will be treated as a virtual folder. |
OutputAssetFilename |
The file name of the output asset. Must end in '.arrAsset'. Example: "house.arrAsset" |
StorageContainerUri |
The URI of the Azure Blob Storage container where the result of the conversion should be written to. Example: "https://contosostorage01.blob.core.windows.net/arrOutput" |
StorageContainerWriteSas |
Optional. An Azure Blob Storage container shared access signature (SAS) giving write 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. |
Applies to
See also
- <xref:AssetConversionBlobContainer>
- Use Azure Blob Storage for model conversion