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[]