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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET