ExtendedLivySessionRequest.ExecutorCores Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to