DatabricksSparkPythonActivity Class

Definition

DatabricksSparkPython activity.

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

Constructors

DatabricksSparkPythonActivity()

Initializes a new instance of the DatabricksSparkPythonActivity class.

DatabricksSparkPythonActivity(String, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, IList<IDictionary<String, Object>>)

Initializes a new instance of the DatabricksSparkPythonActivity class.

Properties

AdditionalProperties

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

(Inherited from Activity)
DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
Libraries

Gets or sets a list of libraries to be installed on the cluster that will execute the job.

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
Name

Gets or sets activity name.

(Inherited from Activity)
Parameters

Gets or sets command line parameters that will be passed to the Python file.

Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
PythonFile

Gets or sets the URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).

UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to