Share via


SparkBatchJobRequest.ExecutorCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to