共用方式為


SynapseSparkJobDefinitionActivity.Files Property

Definition

Gets or sets (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to