AzureFileFilterDetails interface
Filter details to transfer Azure files
Properties
file |
List of full path of the files to be transferred. |
file |
Prefix list of the Azure files to be transferred. |
file |
List of file shares to be transferred. |
Property Details
filePathList
List of full path of the files to be transferred.
filePathList?: string[]
Property Value
string[]
filePrefixList
Prefix list of the Azure files to be transferred.
filePrefixList?: string[]
Property Value
string[]
fileShareList
List of file shares to be transferred.
fileShareList?: string[]
Property Value
string[]