BlobFilterDetailsArgs

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

Filter details to transfer Azure Blobs

Constructors

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

Properties

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

List of full path of the blobs to be transferred.

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

Prefix list of the Azure blobs to be transferred.

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

List of blob containers to be transferred.

Functions

Link copied to clipboard
open override fun toJava(): BlobFilterDetailsArgs