Class MappingDataFlow

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

public class MappingDataFlow extends DataFlow
Mapping data flow.
  • Constructor Details

    • MappingDataFlow

      public MappingDataFlow()
  • Method Details

    • getSources

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

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

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

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

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

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

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

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

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

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

      public MappingDataFlow 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 MappingDataFlow 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 MappingDataFlow 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.