BlobFilterDetails interface
Filter details to transfer Azure Blobs
Properties
blob |
List of full path of the blobs to be transferred. |
blob |
Prefix list of the Azure blobs to be transferred. |
container |
List of blob containers to be transferred. |
Property Details
blobPathList
List of full path of the blobs to be transferred.
blobPathList?: string[]
Property Value
string[]
blobPrefixList
Prefix list of the Azure blobs to be transferred.
blobPrefixList?: string[]
Property Value
string[]
containerList
List of blob containers to be transferred.
containerList?: string[]
Property Value
string[]