Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteActivity

Package version

Delete activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

dataset

Delete activity dataset reference.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional enableLogging

enableLogging: any

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

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional logStorageSettings

logStorageSettings: LogStorageSettings

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

Optional maxConcurrentConnections

maxConcurrentConnections: undefined | number

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

name

name: string

Activity name.

Optional policy

Activity policy.

Optional recursive

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).

Optional storeSettings

storeSettings: StoreReadSettingsUnion

Delete activity store settings.

type

type: "Delete"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc