你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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