CellOutputType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. CellOutputType
- com.
- com.
public final class CellOutputType
extends ExpandableStringEnum<CellOutputType>
Execution, display, or stream outputs.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cell |
DISPLAY_DATA
Static value display_data for Cell |
|
static final
Cell |
ERROR
Static value error for Cell |
|
static final
Cell |
EXECUTE_RESULT
Static value execute_result for Cell |
|
static final
Cell |
STREAM
Static value stream for Cell |
Constructor Summary
| Constructor | Description |
|---|---|
| CellOutputType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cell |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cell |
fromString(String name)
Creates or finds a Cell |
|
static
Collection<Cell |
values()
Gets known Cell |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISPLAY_DATA
public static final CellOutputType DISPLAY_DATA
Static value display_data for CellOutputType.
ERROR
public static final CellOutputType ERROR
Static value error for CellOutputType.
EXECUTE_RESULT
public static final CellOutputType EXECUTE_RESULT
Static value execute_result for CellOutputType.
STREAM
public static final CellOutputType STREAM
Static value stream for CellOutputType.
Constructor Details
CellOutputType
@Deprecated
public CellOutputType()
Deprecated
Creates a new instance of CellOutputType value.
Method Details
fromString
public static CellOutputType fromString(String name)
Creates or finds a CellOutputType from its string representation.
Parameters:
Returns:
values
public static Collection<CellOutputType> values()
Gets known CellOutputType values.
Returns: