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.Spark.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET