通过


BlobStorageSettings interface

用于配置 BlobStorage实例的设置。

属性

containerName

要使用的根容器名称。

host

(可选) Azure 存储主机。

storageAccessKey

存储访问密钥。

storageAccountOrConnectionString

存储帐户或连接字符串。 如果这是存储帐户,则必须提供存储访问密钥。

属性详细信息

containerName

要使用的根容器名称。

containerName: string

属性值

string

host

(可选) Azure 存储主机。

host?: string | Host

属性值

string | Host

storageAccessKey

存储访问密钥。

storageAccessKey?: string

属性值

string

storageAccountOrConnectionString

存储帐户或连接字符串。 如果这是存储帐户,则必须提供存储访问密钥。

storageAccountOrConnectionString: string

属性值

string