SynapseSparkJobDefinitionActivity.PythonCodeReference Property

Definition

Gets or sets additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonCodeReference")]
public System.Collections.Generic.IList<object> PythonCodeReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonCodeReference")>]
member this.PythonCodeReference : System.Collections.Generic.IList<obj> with get, set
Public Property PythonCodeReference As IList(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to