SynapseSparkJobDefinitionActivity.FilesV2 Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to