次の方法で共有


SynapseSparkJobDefinitionActivity.File プロパティ

定義

ジョブに使用されるメイン ファイルを取得または設定します。これにより、指定した Spark ジョブ定義の 'file' がオーバーライドされます。 型: string (または resultType 文字列を含む式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象