NotebookCell Class

Definition

Notebook cell.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCell+NotebookCellConverter))]
public class NotebookCell
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCell+NotebookCellConverter))>]
type NotebookCell = class
Public Class NotebookCell
Inheritance
NotebookCell
Attributes

Constructors

NotebookCell(String, Object, IEnumerable<String>)

Initializes a new instance of NotebookCell.

Properties

AdditionalProperties

Additional Properties.

Attachments

Attachments associated with the cell.

CellType

String identifying the type of cell.

Metadata

Cell-level metadata.

Outputs

Cell-level output items.

Source

Contents of the cell, represented as an array of lines.

Applies to