NotebookSessionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Session properties.
[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
- Inheritance
-
NotebookSessionProperties
- Attributes
Constructors
NotebookSessionProperties(String, Int32, String, Int32, Int32) |
Initializes a new instance of NotebookSessionProperties. |
Properties
DriverCores |
Number of cores to use for the driver. |
DriverMemory |
Amount of memory to use for the driver process. |
ExecutorCores |
Number of cores to use for each executor. |
ExecutorMemory |
Amount of memory to use per executor process. |
NumExecutors |
Number of executors to launch for this session. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET