Bagikan melalui


DatabricksSparkPythonActivity.PythonFile Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonFile")]
public object PythonFile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonFile")>]
member this.PythonFile : obj with get, set
Public Property PythonFile As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to