DataFlowDebugCommandPayload Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugCommandPayload
- com.
Implements
public final class DataFlowDebugCommandPayload
implements JsonSerializable<DataFlowDebugCommandPayload>
Structure of command payload.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugCommandPayload() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| List<String> |
getColumns()
Get the columns property: Array of column names. |
| String |
getExpression()
Get the expression property: The expression which is used for preview. |
| Integer |
getRowLimits()
Get the row |
| String |
getStreamName()
Get the stream |
|
Data |
setColumns(List<String> columns)
Set the columns property: Array of column names. |
|
Data |
setExpression(String expression)
Set the expression property: The expression which is used for preview. |
|
Data |
setRowLimits(Integer rowLimits)
Set the row |
|
Data |
setStreamName(String streamName)
Set the stream |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugCommandPayload
public DataFlowDebugCommandPayload()
Creates an instance of DataFlowDebugCommandPayload class.
Method Details
fromJson
public static DataFlowDebugCommandPayload fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugCommandPayload from the JsonReader.
Parameters:
Returns:
Throws:
getColumns
public List<String> getColumns()
Get the columns property: Array of column names.
Returns:
getExpression
public String getExpression()
Get the expression property: The expression which is used for preview.
Returns:
getRowLimits
public Integer getRowLimits()
Get the rowLimits property: Row limits for preview response.
Returns:
getStreamName
public String getStreamName()
Get the streamName property: The stream name which is used for preview.
Returns:
setColumns
public DataFlowDebugCommandPayload setColumns(List<String> columns)
Set the columns property: Array of column names.
Parameters:
Returns:
setExpression
public DataFlowDebugCommandPayload setExpression(String expression)
Set the expression property: The expression which is used for preview.
Parameters:
Returns:
setRowLimits
public DataFlowDebugCommandPayload setRowLimits(Integer rowLimits)
Set the rowLimits property: Row limits for preview response.
Parameters:
Returns:
setStreamName
public DataFlowDebugCommandPayload setStreamName(String streamName)
Set the streamName property: The stream name which is used for preview.
Parameters:
Returns: