Bagikan melalui


SynapseSparkJobDefinitionActivity.NumExecutors Property

Definition

Gets or sets number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to