SparkJobType Struct
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 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
| Name | Description |
|---|---|
| SparkJobType(String) |
Initializes a new instance of SparkJobType. |
Properties
| Name | Description |
|---|---|
| SparkBatch |
SparkBatch. |
| SparkSession |
SparkSession. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |