SparkBatchJobState 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.
The SparkBatchJobState.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobState+SparkBatchJobStateConverter))]
public class SparkBatchJobState
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobState+SparkBatchJobStateConverter))>]
type SparkBatchJobState = class
Public Class SparkBatchJobState
- Inheritance
-
SparkBatchJobState
- Attributes
Properties
CurrentState |
the Spark job state. |
DeadAt |
time that at which "dead" livy state was first seen. |
JobCreationRequest |
Gets the job creation request. |
NotStartedAt |
the time that at which "not_started" livy state was first seen. |
RecoveringAt |
the time that at which "recovering" livy state was first seen. |
RunningAt |
the time that at which "running" livy state was first seen. |
StartingAt |
the time that at which "starting" livy state was first seen. |
SuccessAt |
the time that at which "success" livy state was first seen. |
TerminatedAt |
the time that at which "killed" livy state was first seen. |