Delete Activity Response
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)
Properties
Link copied to clipboard
Delete activity dataset reference.
Link copied to clipboard
Activity depends on condition.
Link copied to clipboard
Activity description.
Link copied to clipboard
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
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
Delete activity store settings.
Link copied to clipboard
Activity user properties.