Share via


RunNotebookSnapshotResult Class

Definition

Run notebook snapshot result.

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

Properties

Error

Run notebook error.

LastCheckedOn

Timestamp of last update.

RunId

Run id.

RunStatus

Status of the run notebook.

SessionId

Livy session id.

Snapshot

Run notebook snapshot.

SparkPool

SparkPool name.

Applies to