DataFlowDebugCommandType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugCommandType
- com.
- com.
public final class DataFlowDebugCommandType
extends ExpandableStringEnum<DataFlowDebugCommandType>
The command type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Data |
EXECUTE_EXPRESSION_QUERY
Static value execute |
|
static final
Data |
EXECUTE_PREVIEW_QUERY
Static value execute |
|
static final
Data |
EXECUTE_STATISTICS_QUERY
Static value execute |
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugCommandType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromString(String name)
Creates or finds a Data |
|
static
Collection<Data |
values()
Gets known Data |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EXECUTE_EXPRESSION_QUERY
public static final DataFlowDebugCommandType EXECUTE_EXPRESSION_QUERY
Static value executeExpressionQuery for DataFlowDebugCommandType.
EXECUTE_PREVIEW_QUERY
public static final DataFlowDebugCommandType EXECUTE_PREVIEW_QUERY
Static value executePreviewQuery for DataFlowDebugCommandType.
EXECUTE_STATISTICS_QUERY
public static final DataFlowDebugCommandType EXECUTE_STATISTICS_QUERY
Static value executeStatisticsQuery for DataFlowDebugCommandType.
Constructor Details
DataFlowDebugCommandType
@Deprecated
public DataFlowDebugCommandType()
Deprecated
Creates a new instance of DataFlowDebugCommandType value.
Method Details
fromString
public static DataFlowDebugCommandType fromString(String name)
Creates or finds a DataFlowDebugCommandType from its string representation.
Parameters:
Returns:
values
public static Collection<DataFlowDebugCommandType> values()
Gets known DataFlowDebugCommandType values.
Returns: