次の方法で共有


SynapseSparkJobDefinitionActivity.NumExecutors プロパティ

定義

このジョブの起動する Executor の数を取得または設定します。これにより、指定した Spark ジョブ定義の 'numExecutors' がオーバーライドされます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.numExecutors")]
public int? NumExecutors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.numExecutors")>]
member this.NumExecutors : Nullable<int> with get, set
Public Property NumExecutors As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象