Class DataFlowDebugCommandPayload
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandPayload
Structure of command payload.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataFlowDebugCommandPayload class. -
Method Summary
Modifier and TypeMethodDescriptioncolumns()
Get the columns property: Array of column names.Get the expression property: The expression which is used for preview.Get the rowLimits property: Row limits for preview response.Get the streamName property: The stream name which is used for preview.void
validate()
Validates the instance.withColumns
(List<String> columns) Set the columns property: Array of column names.withExpression
(String expression) Set the expression property: The expression which is used for preview.withRowLimits
(Integer rowLimits) Set the rowLimits property: Row limits for preview response.withStreamName
(String streamName) Set the streamName property: The stream name which is used for preview.
-
Constructor Details
-
DataFlowDebugCommandPayload
public DataFlowDebugCommandPayload()Creates an instance of DataFlowDebugCommandPayload class.
-
-
Method Details
-
streamName
Get the streamName property: The stream name which is used for preview.- Returns:
- the streamName value.
-
withStreamName
Set the streamName property: The stream name which is used for preview.- Parameters:
streamName
- the streamName value to set.- Returns:
- the DataFlowDebugCommandPayload object itself.
-
rowLimits
Get the rowLimits property: Row limits for preview response.- Returns:
- the rowLimits value.
-
withRowLimits
Set the rowLimits property: Row limits for preview response.- Parameters:
rowLimits
- the rowLimits value to set.- Returns:
- the DataFlowDebugCommandPayload object itself.
-
columns
Get the columns property: Array of column names.- Returns:
- the columns value.
-
withColumns
Set the columns property: Array of column names.- Parameters:
columns
- the columns value to set.- Returns:
- the DataFlowDebugCommandPayload object itself.
-
expression
Get the expression property: The expression which is used for preview.- Returns:
- the expression value.
-
withExpression
Set the expression property: The expression which is used for preview.- Parameters:
expression
- the expression value to set.- Returns:
- the DataFlowDebugCommandPayload object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-