Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandPayload
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowDebugCommandPayload in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowDebugCommandRequest.commandPayload()
Get the commandPayload property: The command payload object.DataFlowDebugCommandPayload.withColumns
(List<String> columns) Set the columns property: Array of column names.DataFlowDebugCommandPayload.withExpression
(String expression) Set the expression property: The expression which is used for preview.DataFlowDebugCommandPayload.withRowLimits
(Integer rowLimits) Set the rowLimits property: Row limits for preview response.DataFlowDebugCommandPayload.withStreamName
(String streamName) Set the streamName property: The stream name which is used for preview.Modifier and TypeMethodDescriptionDataFlowDebugCommandRequest.withCommandPayload
(DataFlowDebugCommandPayload commandPayload) Set the commandPayload property: The command payload object.