共用方式為


SynapseSparkJobDefinitionActivity.ExecutorSize Property

Definition

Gets or sets number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.executorSize")]
public object ExecutorSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.executorSize")>]
member this.ExecutorSize : obj with get, set
Public Property ExecutorSize As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to