Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetConversionInputSettings

Package version

Conversion input settings describe the origin of conversion input.

Hierarchy

  • AssetConversionInputSettings

Index

Properties

Optional blobPrefix

blobPrefix: undefined | string

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

relativeInputAssetPath: string

The relative path starting at blobPrefix (or at the container root if blobPrefix is not provided) to the input model. Must point to a file with a supported file format ending. See https://docs.microsoft.com/azure/remote-rendering/how-tos/conversion/model-conversion for details.

Optional storageContainerReadListSas

storageContainerReadListSas: undefined | string

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.

storageContainerUrl

storageContainerUrl: string

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

Generated using TypeDoc