次の方法で共有


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 の場合、ストリームのテキスト出力は文字列または文字列の配列として表されます。

適用対象