Share via


NotebookCellOutputItem Class

Definition

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

Name Description
NotebookCellOutputItem(CellOutputType)

Initializes a new instance of NotebookCellOutputItem.

Properties

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