Package version:

Interface DeleteActivity

Delete activity.

Hierarchy

Properties

Delete activity dataset reference.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

enableLogging?: any

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

linkedServiceName?: LinkedServiceReference

Linked service reference.

logStorageSettings?: LogStorageSettings

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

maxConcurrentConnections?: number

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

name: string

Activity name.

Activity policy.

recursive?: any

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

storeSettings?: StoreReadSettingsUnion

Delete activity store settings.

type: "Delete"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc