Interface DataFlowDebugCommandResponse


public interface DataFlowDebugCommandResponse
An immutable client-side representation of DataFlowDebugCommandResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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

      Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.
      Returns:
      the inner object.