Interface DataFlowDebugCommandResponse
-
public interface DataFlowDebugCommandResponse
An immutable client-side representation of DataFlowDebugCommandResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
data()
Gets the data property: The result data of data preview, statistics or expression preview.DataFlowDebugCommandResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.String
status()
Gets the status property: The run status of data preview, statistics or expression preview.
-
-
-
Method Detail
-
status
String status()
Gets the status property: The run status of data preview, statistics or expression preview.- Returns:
- the status value.
-
data
String data()
Gets the data property: The result data of data preview, statistics or expression preview.- Returns:
- the data value.
-
innerModel
DataFlowDebugCommandResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.- Returns:
- the inner object.
-
-