DataFlowDebugPreviewDataRequest Class

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

Implements

public final class DataFlowDebugPreviewDataRequest
implements JsonSerializable<DataFlowDebugPreviewDataRequest>

Request body structure for data flow preview data.

Constructor Summary

Constructor Description
DataFlowDebugPreviewDataRequest()

Creates an instance of DataFlowDebugPreviewDataRequest class.

Method Summary

Modifier and Type Method and Description
static DataFlowDebugPreviewDataRequest fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPreviewDataRequest from the JsonReader.

String getDataFlowName()

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

Integer getRowLimits()

Get the rowLimits property: The row limit for preview request.

String getSessionId()

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

String getStreamName()

Get the streamName property: The output stream name.

DataFlowDebugPreviewDataRequest setDataFlowName(String dataFlowName)

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

DataFlowDebugPreviewDataRequest setRowLimits(Integer rowLimits)

Set the rowLimits property: The row limit for preview request.

DataFlowDebugPreviewDataRequest setSessionId(String sessionId)

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

DataFlowDebugPreviewDataRequest setStreamName(String streamName)

Set the streamName property: The output stream name.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugPreviewDataRequest

public DataFlowDebugPreviewDataRequest()

Creates an instance of DataFlowDebugPreviewDataRequest class.

Method Details

fromJson

public static DataFlowDebugPreviewDataRequest fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPreviewDataRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugPreviewDataRequest 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 DataFlowDebugPreviewDataRequest.

getDataFlowName

public String getDataFlowName()

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

Returns:

the dataFlowName value.

getRowLimits

public Integer getRowLimits()

Get the rowLimits property: The row limit for preview request.

Returns:

the rowLimits 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.

setDataFlowName

public DataFlowDebugPreviewDataRequest setDataFlowName(String dataFlowName)

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

Parameters:

dataFlowName - the dataFlowName value to set.

Returns:

the DataFlowDebugPreviewDataRequest object itself.

setRowLimits

public DataFlowDebugPreviewDataRequest setRowLimits(Integer rowLimits)

Set the rowLimits property: The row limit for preview request.

Parameters:

rowLimits - the rowLimits value to set.

Returns:

the DataFlowDebugPreviewDataRequest object itself.

setSessionId

public DataFlowDebugPreviewDataRequest setSessionId(String sessionId)

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

Parameters:

sessionId - the sessionId value to set.

Returns:

the DataFlowDebugPreviewDataRequest object itself.

setStreamName

public DataFlowDebugPreviewDataRequest setStreamName(String streamName)

Set the streamName property: The output stream name.

Parameters:

streamName - the streamName value to set.

Returns:

the DataFlowDebugPreviewDataRequest object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to