ExecutionTargetResponse

data class ExecutionTargetResponse(val excludePrefix: List<String>? = null, val prefix: List<String>? = null)

Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task

Constructors

Link copied to clipboard
constructor(excludePrefix: List<String>? = null, prefix: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor

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

Required list of object prefixes to be included for task execution