SparkSessionResultType Struct

Definition

The SparkSessionResultType.

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

Constructors

SparkSessionResultType(String)

Initializes a new instance of SparkSessionResultType.

Properties

Cancelled

Cancelled.

Failed

Failed.

Succeeded

Succeeded.

Uncertain

Uncertain.

Methods

Equals(SparkSessionResultType)

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(SparkSessionResultType, SparkSessionResultType)

Determines if two SparkSessionResultType values are the same.

Implicit(String to SparkSessionResultType)

Converts a string to a SparkSessionResultType.

Inequality(SparkSessionResultType, SparkSessionResultType)

Determines if two SparkSessionResultType values are not the same.

Applies to