java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlow
com.azure.analytics.synapse.artifacts.models.Flowlet

public class Flowlet extends DataFlow
Data flow flowlet.
  • Constructor Details

    • Flowlet

      public Flowlet()
  • Method Details

    • getSources

      public List<DataFlowSource> getSources()
      Get the sources property: List of sources in Flowlet.
      Returns:
      the sources value.
    • setSources

      public Flowlet setSources(List<DataFlowSource> sources)
      Set the sources property: List of sources in Flowlet.
      Parameters:
      sources - the sources value to set.
      Returns:
      the Flowlet object itself.
    • getSinks

      public List<DataFlowSink> getSinks()
      Get the sinks property: List of sinks in Flowlet.
      Returns:
      the sinks value.
    • setSinks

      public Flowlet setSinks(List<DataFlowSink> sinks)
      Set the sinks property: List of sinks in Flowlet.
      Parameters:
      sinks - the sinks value to set.
      Returns:
      the Flowlet object itself.
    • getTransformations

      public List<Transformation> getTransformations()
      Get the transformations property: List of transformations in Flowlet.
      Returns:
      the transformations value.
    • setTransformations

      public Flowlet setTransformations(List<Transformation> transformations)
      Set the transformations property: List of transformations in Flowlet.
      Parameters:
      transformations - the transformations value to set.
      Returns:
      the Flowlet object itself.
    • getScript

      public String getScript()
      Get the script property: Flowlet script.
      Returns:
      the script value.
    • setScript

      public Flowlet setScript(String script)
      Set the script property: Flowlet script.
      Parameters:
      script - the script value to set.
      Returns:
      the Flowlet object itself.
    • getScriptLines

      public List<String> getScriptLines()
      Get the scriptLines property: Flowlet script lines.
      Returns:
      the scriptLines value.
    • setScriptLines

      public Flowlet setScriptLines(List<String> scriptLines)
      Set the scriptLines property: Flowlet script lines.
      Parameters:
      scriptLines - the scriptLines value to set.
      Returns:
      the Flowlet object itself.
    • setDescription

      public Flowlet setDescription(String description)
      Set the description property: The description of the data flow.
      Overrides:
      setDescription in class DataFlow
      Parameters:
      description - the description value to set.
      Returns:
      the DataFlow object itself.
    • setAnnotations

      public Flowlet setAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the data flow.
      Overrides:
      setAnnotations in class DataFlow
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the DataFlow object itself.
    • setFolder

      public Flowlet setFolder(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:
      setFolder in class DataFlow
      Parameters:
      folder - the folder value to set.
      Returns:
      the DataFlow object itself.