DataFlowDebugStatisticsRequest Class

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

public final class DataFlowDebugStatisticsRequest

Request body structure for data flow statistics.

Constructor Summary

Constructor Description
DataFlowDebugStatisticsRequest()

Creates an instance of DataFlowDebugStatisticsRequest class.

Method Summary

Modifier and Type Method and Description
List<String> getColumns()

Get the columns property: List of column names.

String getDataFlowName()

Get the dataFlowName property: The data flow which contains the debug session.

String getSessionId()

Get the sessionId property: The ID of data flow debug session.

String getStreamName()

Get the streamName property: The output stream name.

DataFlowDebugStatisticsRequest setColumns(List<String> columns)

Set the columns property: List of column names.

DataFlowDebugStatisticsRequest setDataFlowName(String dataFlowName)

Set the dataFlowName property: The data flow which contains the debug session.

DataFlowDebugStatisticsRequest setSessionId(String sessionId)

Set the sessionId property: The ID of data flow debug session.

DataFlowDebugStatisticsRequest setStreamName(String streamName)

Set the streamName property: The output stream name.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugStatisticsRequest

public DataFlowDebugStatisticsRequest()

Creates an instance of DataFlowDebugStatisticsRequest class.

Method Details

getColumns

public List getColumns()

Get the columns property: List of column names.

Returns:

the columns value.

getDataFlowName

public String getDataFlowName()

Get the dataFlowName property: The data flow which contains the debug session.

Returns:

the dataFlowName value.

getSessionId

public String getSessionId()

Get the sessionId property: The ID of data flow debug session.

Returns:

the sessionId value.

getStreamName

public String getStreamName()

Get the streamName property: The output stream name.

Returns:

the streamName value.

setColumns

public DataFlowDebugStatisticsRequest setColumns(List columns)

Set the columns property: List of column names.

Parameters:

columns - the columns value to set.

Returns:

the DataFlowDebugStatisticsRequest object itself.

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.

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.

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.

Applies to