LoadFromBlobOptions Struct

Definition

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

Name of the Azure Storage account to load data from.

Applies to

See also