AzureFileFilterDetailsResponse

data class AzureFileFilterDetailsResponse(val filePathList: List<String>? = null, val filePrefixList: List<String>? = null, val fileShareList: List<String>? = null)

Filter details to transfer Azure files

Constructors

Link copied to clipboard
constructor(filePathList: List<String>? = null, filePrefixList: List<String>? = null, fileShareList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filePathList: List<String>? = null

List of full path of the files to be transferred.

Link copied to clipboard
val filePrefixList: List<String>? = null

Prefix list of the Azure files to be transferred.

Link copied to clipboard
val fileShareList: List<String>? = null

List of file shares to be transferred.