BlobStorageSettings interface

Settings for configuring an instance of BlobStorage.

Properties

containerName

Root container name to use.

host

(Optional) azure storage host.

storageAccessKey

The storage access key.

storageAccountOrConnectionString

The storage account or the connection string. If this is the storage account, the storage access key must be provided.

Property Details

containerName

Root container name to use.

containerName: string

Property Value

string

host

(Optional) azure storage host.

host?: string | Host

Property Value

string | Host

storageAccessKey

The storage access key.

storageAccessKey?: string

Property Value

string

storageAccountOrConnectionString

The storage account or the connection string. If this is the storage account, the storage access key must be provided.

storageAccountOrConnectionString: string

Property Value

string