Notebook 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.
Notebook.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Notebook+NotebookConverter))]
public class Notebook
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Notebook+NotebookConverter))>]
type Notebook = class
Public Class Notebook
- Inheritance
-
Notebook
- Attributes
Constructors
Notebook(NotebookMetadata, Int32, Int32, IEnumerable<NotebookCell>) |
Initializes a new instance of Notebook. |
Properties
AdditionalProperties |
Additional Properties. |
BigDataPool |
Big data pool reference. |
Cells |
Array of cells of the current notebook. |
Description |
The description of the notebook. |
Folder |
The folder that this notebook is in. If not specified, this notebook will appear at the root level. |
Metadata |
Notebook root-level metadata. |
NotebookFormat |
Notebook format (major number). Incremented between backwards incompatible changes to the notebook format. |
NotebookFormatMinor |
Notebook format (minor number). Incremented for backward compatible changes to the notebook format. |
SessionProperties |
Session properties. |
TargetSparkConfiguration |
The spark configuration of the spark job. |
Applies to
Azure SDK for .NET