DataFlowDebugStatisticsRequest Class

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

Implements

public final class DataFlowDebugStatisticsRequest
implements JsonSerializable<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
static DataFlowDebugStatisticsRequest fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugStatisticsRequest from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugStatisticsRequest

public DataFlowDebugStatisticsRequest()

Creates an instance of DataFlowDebugStatisticsRequest class.

Method Details

fromJson

public static DataFlowDebugStatisticsRequest fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugStatisticsRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugStatisticsRequest if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DataFlowDebugStatisticsRequest.

getColumns

public List<String> 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<String> 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to