java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlow
Direct Known Subclasses:
Flowlet, MappingDataFlow

public class DataFlow extends Object
Azure Synapse nested object which contains a flow with data movements and transformations.
  • Constructor Details

    • DataFlow

      public DataFlow()
  • Method Details

    • getDescription

      public String getDescription()
      Get the description property: The description of the data flow.
      Returns:
      the description value.
    • setDescription

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

      public List<Object> getAnnotations()
      Get the annotations property: List of tags that can be used for describing the data flow.
      Returns:
      the annotations value.
    • setAnnotations

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

      public DataFlowFolder getFolder()
      Get the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
      Returns:
      the folder value.
    • setFolder

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