Class CellOutputType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CellOutputType>
com.azure.analytics.synapse.artifacts.models.CellOutputType

public final class CellOutputType extends com.azure.core.util.ExpandableStringEnum<CellOutputType>
Execution, display, or stream outputs.
  • Field Details

    • EXECUTE_RESULT

      public static final CellOutputType EXECUTE_RESULT
      Static value execute_result for CellOutputType.
    • DISPLAY_DATA

      public static final CellOutputType DISPLAY_DATA
      Static value display_data for CellOutputType.
    • STREAM

      public static final CellOutputType STREAM
      Static value stream for CellOutputType.
    • ERROR

      public static final CellOutputType ERROR
      Static value error for CellOutputType.
  • Constructor Details

    • CellOutputType

      public CellOutputType()
  • Method Details

    • fromString

      public static CellOutputType fromString(String name)
      Creates or finds a CellOutputType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CellOutputType.
    • values

      public static Collection<CellOutputType> values()
      Gets known CellOutputType values.
      Returns:
      known CellOutputType values.