| Package | Description |
|---|---|
| com.azure.analytics.synapse.spark.models |
Package containing the data models for SparkClient.
|
| Modifier and Type | Method and Description |
|---|---|
SparkStatementOutput |
SparkStatement.getOutput()
Get the output property: The output property.
|
SparkStatementOutput |
SparkStatementOutput.setData(Object data)
Set the data property: Any object.
|
SparkStatementOutput |
SparkStatementOutput.setErrorName(String errorName)
Set the errorName property: The ename property.
|
SparkStatementOutput |
SparkStatementOutput.setErrorValue(String errorValue)
Set the errorValue property: The evalue property.
|
SparkStatementOutput |
SparkStatementOutput.setExecutionCount(int executionCount)
Set the executionCount property: The execution_count property.
|
SparkStatementOutput |
SparkStatementOutput.setStatus(String status)
Set the status property: The status property.
|
SparkStatementOutput |
SparkStatementOutput.setTraceback(List<String> traceback)
Set the traceback property: The traceback property.
|
| Modifier and Type | Method and Description |
|---|---|
SparkStatement |
SparkStatement.setOutput(SparkStatementOutput output)
Set the output property: The output property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.