DeleteActivity interface
Delete activity.
- Extends
Properties
| dataset | Delete activity dataset reference. |
| enable |
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean). |
| log |
Log storage settings customer need to provide when enableLogging is true. |
| max |
The max concurrent connections to connect data source at the same time. |
| recursive | If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean). |
| store |
Delete activity store settings. |
| type | Type of activity. |
Inherited Properties
| additional |
Additional properties |
| depends |
Activity depends on condition. |
| description | Activity description. |
| linked |
Linked service reference. |
| name | Activity name. |
| on |
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. |
| policy | Activity policy. |
| state | Activity state. This is an optional property and if not provided, the state will be Active by default. |
| user |
Activity user properties. |
Property Details
dataset
enableLogging
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
enableLogging?: any
Property Value
any
logStorageSettings
Log storage settings customer need to provide when enableLogging is true.
logStorageSettings?: LogStorageSettings
Property Value
maxConcurrentConnections
The max concurrent connections to connect data source at the same time.
maxConcurrentConnections?: number
Property Value
number
recursive
If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
recursive?: any
Property Value
any
storeSettings
Delete activity store settings.
storeSettings?: StoreReadSettingsUnion
Property Value
type
Type of activity.
type: "Delete"
Property Value
"Delete"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From ExecutionActivity.additionalProperties
dependsOn
Activity depends on condition.
dependsOn?: ActivityDependency[]
Property Value
Inherited From ExecutionActivity.dependsOn
description
Activity description.
description?: string
Property Value
string
Inherited From ExecutionActivity.description
linkedServiceName
Linked service reference.
linkedServiceName?: LinkedServiceReference
Property Value
Inherited From ExecutionActivity.linkedServiceName
name
onInactiveMarkAs
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.
onInactiveMarkAs?: string
Property Value
string
Inherited From ExecutionActivity.onInactiveMarkAs
policy
state
Activity state. This is an optional property and if not provided, the state will be Active by default.
state?: string
Property Value
string
Inherited From ExecutionActivity.state
userProperties
Activity user properties.
userProperties?: UserProperty[]
Property Value
Inherited From ExecutionActivity.userProperties