Bagikan melalui


DeleteActivity Class

Definition

Delete activity.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Delete")]
public class DeleteActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Delete")>]
type DeleteActivity = class
    inherit ExecutionActivity
Public Class DeleteActivity
Inherits ExecutionActivity
Inheritance
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

DeleteActivity()

Initializes a new instance of the DeleteActivity class.

DeleteActivity(String, DatasetReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Nullable<Int32>, Object, LogStorageSettings, StoreReadSettings)

Initializes a new instance of the DeleteActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
Dataset

Gets or sets delete activity dataset reference.

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
EnableLogging

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

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
LogStorageSettings

Gets or sets log storage settings customer need to provide when enableLogging is true.

MaxConcurrentConnections

Gets or sets the max concurrent connections to connect data source at the same time.

Name

Gets or sets activity name.

(Inherited from Activity)
Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
Recursive

Gets or sets 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

Gets or sets delete activity store settings.

UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to