DataFlowDebugPreviewDataRequest Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugPreviewDataRequest
- com.
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 Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
getDataFlowName()
Get the data |
| Integer |
getRowLimits()
Get the row |
| String |
getSessionId()
Get the session |
| String |
getStreamName()
Get the stream |
|
Data |
setDataFlowName(String dataFlowName)
Set the data |
|
Data |
setRowLimits(Integer rowLimits)
Set the row |
|
Data |
setSessionId(String sessionId)
Set the session |
|
Data |
setStreamName(String streamName)
Set the stream |
|
Json |
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:
Returns:
Throws:
getDataFlowName
public String getDataFlowName()
Get the dataFlowName property: The data flow which contains the debug session.
Returns:
getRowLimits
public Integer getRowLimits()
Get the rowLimits property: The row limit for preview request.
Returns:
getSessionId
public String getSessionId()
Get the sessionId property: The ID of data flow debug session.
Returns:
getStreamName
public String getStreamName()
Get the streamName property: The output stream name.
Returns:
setDataFlowName
public DataFlowDebugPreviewDataRequest setDataFlowName(String dataFlowName)
Set the dataFlowName property: The data flow which contains the debug session.
Parameters:
Returns:
setRowLimits
public DataFlowDebugPreviewDataRequest setRowLimits(Integer rowLimits)
Set the rowLimits property: The row limit for preview request.
Parameters:
Returns:
setSessionId
public DataFlowDebugPreviewDataRequest setSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
Parameters:
Returns:
setStreamName
public DataFlowDebugPreviewDataRequest setStreamName(String streamName)
Set the streamName property: The output stream name.
Parameters:
Returns: