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