DeleteActivityResponse

data class DeleteActivityResponse(val dataset: DatasetReferenceResponse, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val enableLogging: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val logStorageSettings: LogStorageSettingsResponse? = null, val maxConcurrentConnections: Int? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val recursive: Any? = null, val state: String? = null, val storeSettings: Any? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)

Delete activity.

Constructors

Link copied to clipboard
constructor(dataset: DatasetReferenceResponse, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, enableLogging: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, logStorageSettings: LogStorageSettingsResponse? = null, maxConcurrentConnections: Int? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, recursive: Any? = null, state: String? = null, storeSettings: Any? = null, type: String, userProperties: List<UserPropertyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Delete activity dataset reference.

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard
val enableLogging: Any? = null

Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Linked service reference.

Link copied to clipboard

Log storage settings customer need to provide when enableLogging is true.

Link copied to clipboard

The max concurrent connections to connect data source at the same time.

Link copied to clipboard

Activity name.

Link copied to clipboard

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

Link copied to clipboard

Activity policy.

Link copied to clipboard
val recursive: Any? = null

If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val state: String? = null

Activity state. This is an optional property and if not provided, the state will be Active by default.

Link copied to clipboard
val storeSettings: Any? = null

Delete activity store settings.

Link copied to clipboard

Type of activity. Expected value is 'Delete'.

Link copied to clipboard

Activity user properties.