Class DataFlowDebugQueryResponse

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlowDebugQueryResponse

public final class DataFlowDebugQueryResponse extends Object
Response body structure of data flow query for data preview, statistics or expression preview.
  • Constructor Details

    • DataFlowDebugQueryResponse

      public DataFlowDebugQueryResponse()
  • Method Details

    • getRunId

      public String getRunId()
      Get the runId property: The run ID of data flow debug session.
      Returns:
      the runId value.
    • setRunId

      public DataFlowDebugQueryResponse setRunId(String runId)
      Set the runId property: The run ID of data flow debug session.
      Parameters:
      runId - the runId value to set.
      Returns:
      the DataFlowDebugQueryResponse object itself.