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

NotebookCellOutputItem 类

定义

笔记本单元执行输出的项。

[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
继承
NotebookCellOutputItem
属性

构造函数

NotebookCellOutputItem(CellOutputType)

初始化 NotebookCellOutputItem 的新实例。

属性

Data

输出数据。 使用 MIME 类型作为键,使用内容作为值。

ExecutionCount

执行序列号。

Metadata

输出项的元数据。

Name

对于 output_type=stream,确定流 (stdout / stderr) 的名称。

OutputType

执行、显示或流式传输输出。

Text

对于 output_type=stream,流的文本输出,表示为字符串或字符串数组。

适用于