你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotebookSessionProperties 类

定义

会话属性。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookSessionProperties+NotebookSessionPropertiesConverter))]
public class NotebookSessionProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookSessionProperties+NotebookSessionPropertiesConverter))>]
type NotebookSessionProperties = class
Public Class NotebookSessionProperties
继承
NotebookSessionProperties
属性

构造函数

NotebookSessionProperties(String, Int32, String, Int32, Int32)

初始化 NotebookSessionProperties 的新实例。

属性

DriverCores

要用于驱动程序的核心数。

DriverMemory

用于驱动程序进程的内存量。

ExecutorCores

每个执行程序使用的内核数。

ExecutorMemory

每个执行程序进程要使用的内存量。

NumExecutors

为此会话启动的执行程序数。

适用于