BlobFilterDetailsResponse

data class BlobFilterDetailsResponse(val blobPathList: List<String>? = null, val blobPrefixList: List<String>? = null, val containerList: List<String>? = null)

Filter details to transfer Azure Blobs

Constructors

Link copied to clipboard
constructor(blobPathList: List<String>? = null, blobPrefixList: List<String>? = null, containerList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of full path of the blobs to be transferred.

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

Prefix list of the Azure blobs to be transferred.

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

List of blob containers to be transferred.