Share via


RunNotebookSnapshot Class

Definition

Run notebook snapshot.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshot+RunNotebookSnapshotConverter))]
public class RunNotebookSnapshot
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshot+RunNotebookSnapshotConverter))>]
type RunNotebookSnapshot = class
Public Class RunNotebookSnapshot
Inheritance
RunNotebookSnapshot
Attributes

Properties

ExitValue

Output of exit command.

HonorSessionTimeToLive

Whether session should run till time to live after run completes.

Id

Run notebook runId.

Notebook

Notebook name.

NotebookContent

Notebook resource type.

Parameters

Run notebook parameters.

SessionId

Livy session id.

SessionOptions

Session properties.

SparkPool

SparkPool name.

Applies to