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
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