DataFlowDebugPackage Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugPackage
- com.
Implements
public final class DataFlowDebugPackage
implements JsonSerializable<DataFlowDebugPackage>
Request body structure for starting data flow debug session.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugPackage() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
|
Data |
getDataFlow()
Get the data |
|
List<Data |
getDataFlows()
Get the data |
|
List<Dataset |
getDatasets()
Get the datasets property: List of datasets. |
|
Data |
getDebugSettings()
Get the debug |
|
List<Linked |
getLinkedServices()
Get the linked |
| String |
getSessionId()
Get the session |
|
Data |
getStaging()
Get the staging property: Staging info for debug session. |
|
Data |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Data |
setDataFlow(DataFlowDebugResource dataFlow)
Set the data |
|
Data |
setDataFlows(List<DataFlowDebugResource> dataFlows)
Set the data |
|
Data |
setDatasets(List<DatasetDebugResource> datasets)
Set the datasets property: List of datasets. |
|
Data |
setDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)
Set the debug |
|
Data |
setLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linked |
|
Data |
setSessionId(String sessionId)
Set the session |
|
Data |
setStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for debug session. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugPackage
public DataFlowDebugPackage()
Creates an instance of DataFlowDebugPackage class.
Method Details
fromJson
public static DataFlowDebugPackage fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugPackage from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Request body structure for starting data flow debug session.
Returns:
getDataFlow
public DataFlowDebugResource getDataFlow()
Get the dataFlow property: Data flow instance.
Returns:
getDataFlows
public List<DataFlowDebugResource> getDataFlows()
Get the dataFlows property: List of Data flows.
Returns:
getDatasets
public List<DatasetDebugResource> getDatasets()
Get the datasets property: List of datasets.
Returns:
getDebugSettings
public DataFlowDebugPackageDebugSettings getDebugSettings()
Get the debugSettings property: Data flow debug settings.
Returns:
getLinkedServices
public List<LinkedServiceDebugResource> getLinkedServices()
Get the linkedServices property: List of linked services.
Returns:
getSessionId
public String getSessionId()
Get the sessionId property: The ID of data flow debug session.
Returns:
getStaging
public DataFlowStagingInfo getStaging()
Get the staging property: Staging info for debug session.
Returns:
setAdditionalProperties
public DataFlowDebugPackage setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request body structure for starting data flow debug session.
Parameters:
Returns:
setDataFlow
public DataFlowDebugPackage setDataFlow(DataFlowDebugResource dataFlow)
Set the dataFlow property: Data flow instance.
Parameters:
Returns:
setDataFlows
public DataFlowDebugPackage setDataFlows(List<DataFlowDebugResource> dataFlows)
Set the dataFlows property: List of Data flows.
Parameters:
Returns:
setDatasets
public DataFlowDebugPackage setDatasets(List<DatasetDebugResource> datasets)
Set the datasets property: List of datasets.
Parameters:
Returns:
setDebugSettings
public DataFlowDebugPackage setDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)
Set the debugSettings property: Data flow debug settings.
Parameters:
Returns:
setLinkedServices
public DataFlowDebugPackage setLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linkedServices property: List of linked services.
Parameters:
Returns:
setSessionId
public DataFlowDebugPackage setSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
Parameters:
Returns:
setStaging
public DataFlowDebugPackage setStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for debug session.
Parameters:
Returns: