| Package | Description |
|---|---|
| com.azure.analytics.synapse.spark.models |
Package containing the data models for SparkClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SparkSessionResultType |
SparkSessionResultType.CANCELLED
Static value Cancelled for SparkSessionResultType.
|
static SparkSessionResultType |
SparkSessionResultType.FAILED
Static value Failed for SparkSessionResultType.
|
static SparkSessionResultType |
SparkSessionResultType.SUCCEEDED
Static value Succeeded for SparkSessionResultType.
|
static SparkSessionResultType |
SparkSessionResultType.UNCERTAIN
Static value Uncertain for SparkSessionResultType.
|
| Modifier and Type | Method and Description |
|---|---|
static SparkSessionResultType |
SparkSessionResultType.fromString(String name)
Creates or finds a SparkSessionResultType from its string representation.
|
SparkSessionResultType |
SparkSession.getResult()
Get the result property: The result property.
|
| Modifier and Type | Method and Description |
|---|---|
SparkSession |
SparkSession.setResult(SparkSessionResultType result)
Set the result property: The result property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.