LoadFromBlobOptions 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 loading data from Azure blob storage.
public value class LoadFromBlobOptions
public struct LoadFromBlobOptions
type LoadFromBlobOptions = struct
Public Structure LoadFromBlobOptions
- Inheritance
-
LoadFromBlobOptions
Fields
AssetPath |
Path to the asset inside the blob container. |
BlobContainerName |
Name of the blob container in the storage account. |
StorageAccountName |
Blob endpoint of the Azure Storage Account to load data from (example: mystorageaccount.blob.core.windows.net). |
Applies to
See also
- <xref:Microsoft.Azure.RemoteRendering.RenderingConnection.LoadModelAsync(Microsoft.Azure.RemoteRendering.LoadModelOptions)>
- LoadTextureAsync(LoadTextureOptions)