DataFlowDebugPackageDebugSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlowDebugPackageDebugSettings
- com.
Implements
public final class DataFlowDebugPackageDebugSettings
implements JsonSerializable<DataFlowDebugPackageDebugSettings>
Data flow debug settings.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugPackageDebugSettings() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
datasetParameters()
Get the dataset |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Map<String,Object> |
parameters()
Get the parameters property: Data flow parameters. |
|
List<Data |
sourceSettings()
Get the source |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withDatasetParameters(Object datasetParameters)
Set the dataset |
|
Data |
withParameters(Map<String,Object> parameters)
Set the parameters property: Data flow parameters. |
|
Data |
withSourceSettings(List<DataFlowSourceSetting> sourceSettings)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugPackageDebugSettings
public DataFlowDebugPackageDebugSettings()
Creates an instance of DataFlowDebugPackageDebugSettings class.
Method Details
datasetParameters
public Object datasetParameters()
Get the datasetParameters property: Parameters for dataset.
Returns:
fromJson
public static DataFlowDebugPackageDebugSettings fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugPackageDebugSettings from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public Map<String,Object> parameters()
Get the parameters property: Data flow parameters.
Returns:
sourceSettings
public List<DataFlowSourceSetting> sourceSettings()
Get the sourceSettings property: Source setting for data flow debug.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDatasetParameters
public DataFlowDebugPackageDebugSettings withDatasetParameters(Object datasetParameters)
Set the datasetParameters property: Parameters for dataset.
Parameters:
Returns:
withParameters
public DataFlowDebugPackageDebugSettings withParameters(Map<String,Object> parameters)
Set the parameters property: Data flow parameters.
Parameters:
Returns:
withSourceSettings
public DataFlowDebugPackageDebugSettings withSourceSettings(List<DataFlowSourceSetting> sourceSettings)
Set the sourceSettings property: Source setting for data flow debug.
Parameters:
Returns: