Interface DataFlowDebugCommandResponse
public interface DataFlowDebugCommandResponse
An immutable client-side representation of DataFlowDebugCommandResponse.
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Gets the data property: The result data of data preview, statistics or expression preview.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.status()
Gets the status property: The run status of data preview, statistics or expression preview.
-
Method Details
-
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.
-