AssetConversionInputOptions Class
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.
Settings for the conversion input.
public class AssetConversionInputOptions
type AssetConversionInputOptions = class
Public Class AssetConversionInputOptions
- Inheritance
-
AssetConversionInputOptions
Constructors
AssetConversionInputOptions(Uri, String) |
Initializes a new instance of AssetConversionInputOptions. |
Properties
BlobPrefix |
Only Blobs starting with this prefix will be downloaded to perform the conversion. Optional. If not provided, all Blobs from the container will be downloaded. |
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. |
StorageContainerReadListSas |
An Azure blob storage container shared access signature giving read and list 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. |
StorageContainerUri |
The URI of the Azure blob storage container containing the input model. |