MappingDataFlow Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlow - com.
azure. resourcemanager. datafactory. models. MappingDataFlow
- com.
- com.
public final class MappingDataFlow
extends DataFlow
Mapping data flow.
Constructor Summary
| Constructor | Description |
|---|---|
| MappingDataFlow() |
Creates an instance of Mapping |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Mapping |
fromJson(JsonReader jsonReader)
Reads an instance of Mapping |
| String |
script()
Get the script property: Data |
| List<String> |
scriptLines()
Get the script |
|
List<Data |
sinks()
Get the sinks property: List of sinks in data flow. |
|
List<Data |
sources()
Get the sources property: List of sources in data flow. |
|
Json |
toJson(JsonWriter jsonWriter) |
| List<Transformation> |
transformations()
Get the transformations property: List of transformations in data flow. |
| String |
type()
Get the type property: Type of data flow. |
| void |
validate()
Validates the instance. |
|
Mapping |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow. |
|
Mapping |
withDescription(String description)
Set the description property: The description of the data flow. |
|
Mapping |
withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in. |
|
Mapping |
withScript(String script)
Set the script property: Data |
|
Mapping |
withScriptLines(List<String> scriptLines)
Set the script |
|
Mapping |
withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in data flow. |
|
Mapping |
withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in data flow. |
|
Mapping |
withTransformations(List<Transformation> transformations)
Set the transformations property: List of transformations in data flow. |
Methods inherited from DataFlow
Methods inherited from java.lang.Object
Constructor Details
MappingDataFlow
public MappingDataFlow()
Creates an instance of MappingDataFlow class.
Method Details
fromJson
public static MappingDataFlow fromJson(JsonReader jsonReader)
Reads an instance of MappingDataFlow from the JsonReader.
Parameters:
Returns:
Throws:
script
public String script()
Get the script property: DataFlow script.
Returns:
scriptLines
public List<String> scriptLines()
Get the scriptLines property: Data flow script lines.
Returns:
sinks
public List<DataFlowSink> sinks()
Get the sinks property: List of sinks in data flow.
Returns:
sources
public List<DataFlowSource> sources()
Get the sources property: List of sources in data flow.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MappingDataFlow.toJson(JsonWriter jsonWriter)Parameters:
Throws:
transformations
public List<Transformation> transformations()
Get the transformations property: List of transformations in data flow.
Returns:
type
public String type()
Get the type property: Type of data flow.
Overrides:
MappingDataFlow.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
MappingDataFlow.validate()withAnnotations
public MappingDataFlow withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.
Overrides:
MappingDataFlow.withAnnotations(List<Object> annotations)Parameters:
withDescription
public MappingDataFlow withDescription(String description)
Set the description property: The description of the data flow.
Overrides:
MappingDataFlow.withDescription(String description)Parameters:
withFolder
public MappingDataFlow withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
Overrides:
MappingDataFlow.withFolder(DataFlowFolder folder)Parameters:
withScript
public MappingDataFlow withScript(String script)
Set the script property: DataFlow script.
Parameters:
Returns:
withScriptLines
public MappingDataFlow withScriptLines(List<String> scriptLines)
Set the scriptLines property: Data flow script lines.
Parameters:
Returns:
withSinks
public MappingDataFlow withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in data flow.
Parameters:
Returns:
withSources
public MappingDataFlow withSources(List<DataFlowSource> sources)
Set the sources property: List of sources in data flow.
Parameters:
Returns:
withTransformations
public MappingDataFlow withTransformations(List<Transformation> transformations)
Set the transformations property: List of transformations in data flow.
Parameters:
Returns: