次の方法で共有


SynapseNotebookActivity.NumExecutors プロパティ

定義

このセッションで起動する Executor の数を取得または設定します。これにより、指定したノートブックの 'numExecutors' がオーバーライドされます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象