DataFlowDebugCommandPayload Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. 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 |
|---|---|
| List<String> |
columns()
Get the columns property: Array of column names. |
| String |
expression()
Get the expression property: The expression which is used for preview. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Integer |
rowLimits()
Get the row |
| String |
streamName()
Get the stream |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withColumns(List<String> columns)
Set the columns property: Array of column names. |
|
Data |
withExpression(String expression)
Set the expression property: The expression which is used for preview. |
|
Data |
withRowLimits(Integer rowLimits)
Set the row |
|
Data |
withStreamName(String streamName)
Set the stream |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugCommandPayload
public DataFlowDebugCommandPayload()
Creates an instance of DataFlowDebugCommandPayload class.
Method Details
columns
public List<String> columns()
Get the columns property: Array of column names.
Returns:
expression
public String expression()
Get the expression property: The expression which is used for preview.
Returns:
fromJson
public static DataFlowDebugCommandPayload fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugCommandPayload from the JsonReader.
Parameters:
Returns:
Throws:
rowLimits
public Integer rowLimits()
Get the rowLimits property: Row limits for preview response.
Returns:
streamName
public String streamName()
Get the streamName property: The stream name which is used for preview.
Returns:
toJson
validate
public void validate()
Validates the instance.
withColumns
public DataFlowDebugCommandPayload withColumns(List<String> columns)
Set the columns property: Array of column names.
Parameters:
Returns:
withExpression
public DataFlowDebugCommandPayload withExpression(String expression)
Set the expression property: The expression which is used for preview.
Parameters:
Returns:
withRowLimits
public DataFlowDebugCommandPayload withRowLimits(Integer rowLimits)
Set the rowLimits property: Row limits for preview response.
Parameters:
Returns:
withStreamName
public DataFlowDebugCommandPayload withStreamName(String streamName)
Set the streamName property: The stream name which is used for preview.
Parameters:
Returns: