RunNotebookSnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET