IfConditionResponse

data class IfConditionResponse(val condition: String, val operations: List<StorageTaskOperationResponse>)

The if block of storage task operation

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition predicate which is composed of object properties, eg: blob and container properties.

Link copied to clipboard

List of operations to execute when the condition predicate satisfies.