ExtendedLivySessionRequest.NumExecutors Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to