BlobFilterDetails interface
筛选详细信息以传输 Azure Blob
属性
| blob |
要传输的 Blob 的完整路径的列表。 |
| blob |
要传输的 Azure Blob 的前缀列表。 |
| container |
要传输的 Blob 容器的列表。 |
属性详细信息
blobPathList
要传输的 Blob 的完整路径的列表。
blobPathList?: string[]
属性值
string[]
blobPrefixList
要传输的 Azure Blob 的前缀列表。
blobPrefixList?: string[]
属性值
string[]
containerList
要传输的 Blob 容器的列表。
containerList?: string[]
属性值
string[]