SparkConfigurationReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SparkConfigurationReference
- com.
Implements
public final class SparkConfigurationReference
implements JsonSerializable<SparkConfigurationReference>
Spark configuration reference.
Constructor Summary
| Constructor | Description |
|---|---|
| SparkConfigurationReference() |
Creates an instance of Spark |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Spark |
fromJson(JsonReader jsonReader)
Reads an instance of Spark |
| String |
getReferenceName()
Get the reference |
|
Spark |
getType()
Get the type property: Spark configuration reference type. |
|
Spark |
setReferenceName(String referenceName)
Set the reference |
|
Spark |
setType(SparkConfigurationReferenceType type)
Set the type property: Spark configuration reference type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SparkConfigurationReference
public SparkConfigurationReference()
Creates an instance of SparkConfigurationReference class.
Method Details
fromJson
public static SparkConfigurationReference fromJson(JsonReader jsonReader)
Reads an instance of SparkConfigurationReference from the JsonReader.
Parameters:
Returns:
Throws:
getReferenceName
public String getReferenceName()
Get the referenceName property: Reference spark configuration name.
Returns:
getType
public SparkConfigurationReferenceType getType()
Get the type property: Spark configuration reference type.
Returns:
setReferenceName
public SparkConfigurationReference setReferenceName(String referenceName)
Set the referenceName property: Reference spark configuration name.
Parameters:
Returns:
setType
public SparkConfigurationReference setType(SparkConfigurationReferenceType type)
Set the type property: Spark configuration reference type.
Parameters:
Returns: