NotebookCellOutputItem クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ノートブック のセル実行出力の項目。
[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 の場合、ストリームのテキスト出力は文字列または文字列の配列として表されます。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET