Struct LoadFromBlobOptions

Parameters for loading data from Azure blob storage.

struct Microsoft::Azure::RemoteRendering::LoadFromBlobOptions

Fields

StorageAccountName

Name of the Azure Storage account to load data from.

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{};

See also