Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
Parameters for loading data from Azure blob storage.
struct Microsoft::Azure::RemoteRendering::LoadFromBlobOptions
Fields
StorageAccountName
Blob endpoint of the Azure Storage Account to load data from (example: mystorageaccount.blob.core.windows.net).
std::string StorageAccountName{};
BlobContainerName
Name of the blob container in the storage account.
std::string BlobContainerName{};
AssetPath
Path to the asset inside the blob container.
std::string AssetPath{};