LivyStates Struct

Definition

The batch state.

public readonly struct LivyStates : IEquatable<Azure.Analytics.Synapse.Spark.Models.LivyStates>
type LivyStates = struct
Public Structure LivyStates
Implements IEquatable(Of LivyStates)
Inheritance
LivyStates
Implements

Constructors

LivyStates(String)

Initializes a new instance of LivyStates.

Properties

Busy

busy.

Dead

dead.

Error

error.

Idle

idle.

Killed

killed.

NotStarted

not_started.

Recovering

recovering.

Running

running.

ShuttingDown

shutting_down.

Starting

starting.

Success

success.

Methods

Equals(LivyStates)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LivyStates, LivyStates)

Determines if two LivyStates values are the same.

Implicit(String to LivyStates)

Converts a string to a LivyStates.

Inequality(LivyStates, LivyStates)

Determines if two LivyStates values are not the same.

Applies to