SparkStatementOptions Class

  • java.lang.Object
    • com.azure.analytics.synapse.spark.models.SparkStatementOptions

public final class SparkStatementOptions

The SparkStatementOptions model.

Constructor Summary

Constructor Description
SparkStatementOptions()

Method Summary

Modifier and Type Method and Description
String getCode()

Get the code property: The code property.

SparkStatementLanguageType getKind()

Get the kind property: The kind property.

SparkStatementOptions setCode(String code)

Set the code property: The code property.

SparkStatementOptions setKind(SparkStatementLanguageType kind)

Set the kind property: The kind property.

Methods inherited from java.lang.Object

Constructor Details

SparkStatementOptions

public SparkStatementOptions()

Method Details

getCode

public String getCode()

Get the code property: The code property.

Returns:

the code value.

getKind

public SparkStatementLanguageType getKind()

Get the kind property: The kind property.

Returns:

the kind value.

setCode

public SparkStatementOptions setCode(String code)

Set the code property: The code property.

Parameters:

code - the code value to set.

Returns:

the SparkStatementOptions object itself.

setKind

public SparkStatementOptions setKind(SparkStatementLanguageType kind)

Set the kind property: The kind property.

Parameters:

kind - the kind value to set.

Returns:

the SparkStatementOptions object itself.

Applies to