你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobFilterDetails interface

筛选用于传输 Azure Blob 的详细信息

属性

blobPathList

要传输的 Blob 的完整路径列表。

blobPrefixList

要传输的 Azure Blob 的前缀列表。

containerList

要传输的 Blob 容器的列表。

属性详细信息

blobPathList

要传输的 Blob 的完整路径列表。

blobPathList?: string[]

属性值

string[]

blobPrefixList

要传输的 Azure Blob 的前缀列表。

blobPrefixList?: string[]

属性值

string[]

containerList

要传输的 Blob 容器的列表。

containerList?: string[]

属性值

string[]