DataFlowSourceSetting Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlowSourceSetting
- com.
Implements
public final class DataFlowSourceSetting
implements JsonSerializable<DataFlowSourceSetting>
Definition of data flow source setting for debug.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowSourceSetting() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Integer |
rowLimit()
Get the row |
| String |
sourceName()
Get the source |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Data |
withRowLimit(Integer rowLimit)
Set the row |
|
Data |
withSourceName(String sourceName)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
DataFlowSourceSetting
public DataFlowSourceSetting()
Creates an instance of DataFlowSourceSetting class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Definition of data flow source setting for debug.
Returns:
fromJson
public static DataFlowSourceSetting fromJson(JsonReader jsonReader)
Reads an instance of DataFlowSourceSetting from the JsonReader.
Parameters:
Returns:
Throws:
rowLimit
public Integer rowLimit()
Get the rowLimit property: Defines the row limit of data flow source in debug.
Returns:
sourceName
public String sourceName()
Get the sourceName property: The data flow source name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public DataFlowSourceSetting withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Definition of data flow source setting for debug.
Parameters:
Returns:
withRowLimit
public DataFlowSourceSetting withRowLimit(Integer rowLimit)
Set the rowLimit property: Defines the row limit of data flow source in debug.
Parameters:
Returns:
withSourceName
public DataFlowSourceSetting withSourceName(String sourceName)
Set the sourceName property: The data flow source name.
Parameters:
Returns: