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