NotebookCellOutputItem 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.
An item of the notebook cell execution output.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCellOutputItem+NotebookCellOutputItemConverter))]
public class NotebookCellOutputItem
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCellOutputItem+NotebookCellOutputItemConverter))>]
type NotebookCellOutputItem = class
Public Class NotebookCellOutputItem
- Inheritance
-
NotebookCellOutputItem
- Attributes
Constructors
NotebookCellOutputItem(CellOutputType) |
Initializes a new instance of NotebookCellOutputItem. |
Properties
Data |
Output data. Use MIME type as key, and content as value. |
ExecutionCount |
Execution sequence number. |
Metadata |
Metadata for the output item. |
Name |
For output_type=stream, determines the name of stream (stdout / stderr). |
OutputType |
Execution, display, or stream outputs. |
Text |
For output_type=stream, the stream's text output, represented as a string or an array of strings. |
Applies to
Azure SDK for .NET