SparkJobType Struct

Definition

The job type.

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

Constructors

SparkJobType(String)

Initializes a new instance of SparkJobType.

Properties

SparkBatch

SparkBatch.

SparkSession

SparkSession.

Methods

Equals(SparkJobType)

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

Determines if two SparkJobType values are the same.

Implicit(String to SparkJobType)

Converts a string to a SparkJobType.

Inequality(SparkJobType, SparkJobType)

Determines if two SparkJobType values are not the same.

Applies to