NotebookCell 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET