Class DataFlowDebugStatisticsRequest

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

public final class DataFlowDebugStatisticsRequest extends Object
Request body structure for data flow statistics.
  • Constructor Details

    • DataFlowDebugStatisticsRequest

      public DataFlowDebugStatisticsRequest()
  • Method Details

    • getSessionId

      public String getSessionId()
      Get the sessionId property: The ID of data flow debug session.
      Returns:
      the sessionId value.
    • setSessionId

      public DataFlowDebugStatisticsRequest setSessionId(String sessionId)
      Set the sessionId property: The ID of data flow debug session.
      Parameters:
      sessionId - the sessionId value to set.
      Returns:
      the DataFlowDebugStatisticsRequest object itself.
    • getDataFlowName

      public String getDataFlowName()
      Get the dataFlowName property: The data flow which contains the debug session.
      Returns:
      the dataFlowName value.
    • setDataFlowName

      public DataFlowDebugStatisticsRequest setDataFlowName(String dataFlowName)
      Set the dataFlowName property: The data flow which contains the debug session.
      Parameters:
      dataFlowName - the dataFlowName value to set.
      Returns:
      the DataFlowDebugStatisticsRequest object itself.
    • getStreamName

      public String getStreamName()
      Get the streamName property: The output stream name.
      Returns:
      the streamName value.
    • setStreamName

      public DataFlowDebugStatisticsRequest setStreamName(String streamName)
      Set the streamName property: The output stream name.
      Parameters:
      streamName - the streamName value to set.
      Returns:
      the DataFlowDebugStatisticsRequest object itself.
    • getColumns

      public List<String> getColumns()
      Get the columns property: List of column names.
      Returns:
      the columns value.
    • setColumns

      public DataFlowDebugStatisticsRequest setColumns(List<String> columns)
      Set the columns property: List of column names.
      Parameters:
      columns - the columns value to set.
      Returns:
      the DataFlowDebugStatisticsRequest object itself.