DataFlowDebugQueryResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugQueryResponse
- com.
Implements
public final class DataFlowDebugQueryResponse
implements JsonSerializable<DataFlowDebugQueryResponse>
Response body structure of data flow query for data preview, statistics or expression preview.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugQueryResponse() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
getRunId()
Get the run |
|
Data |
setRunId(String runId)
Set the run |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugQueryResponse
public DataFlowDebugQueryResponse()
Creates an instance of DataFlowDebugQueryResponse class.
Method Details
fromJson
public static DataFlowDebugQueryResponse fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugQueryResponse from the JsonReader.
Parameters:
Returns:
Throws:
getRunId
public String getRunId()
Get the runId property: The run ID of data flow debug session.
Returns:
setRunId
public DataFlowDebugQueryResponse setRunId(String runId)
Set the runId property: The run ID of data flow debug session.
Parameters:
Returns: