SparkSessionJobRequest.DriverCores Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to