Class Transformation

java.lang.Object
com.azure.analytics.synapse.artifacts.models.Transformation
Direct Known Subclasses:
DataFlowSink, DataFlowSource

public class Transformation extends Object
A data flow transformation.
  • Constructor Details

    • Transformation

      public Transformation()
  • Method Details

    • getName

      public String getName()
      Get the name property: Transformation name.
      Returns:
      the name value.
    • setName

      public Transformation setName(String name)
      Set the name property: Transformation name.
      Parameters:
      name - the name value to set.
      Returns:
      the Transformation object itself.
    • getDescription

      public String getDescription()
      Get the description property: Transformation description.
      Returns:
      the description value.
    • setDescription

      public Transformation setDescription(String description)
      Set the description property: Transformation description.
      Parameters:
      description - the description value to set.
      Returns:
      the Transformation object itself.
    • getDataset

      public DatasetReference getDataset()
      Get the dataset property: Dataset reference.
      Returns:
      the dataset value.
    • setDataset

      public Transformation setDataset(DatasetReference dataset)
      Set the dataset property: Dataset reference.
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the Transformation object itself.
    • getLinkedService

      public LinkedServiceReference getLinkedService()
      Get the linkedService property: Linked service reference.
      Returns:
      the linkedService value.
    • setLinkedService

      public Transformation setLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: Linked service reference.
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the Transformation object itself.
    • getFlowlet

      public DataFlowReference getFlowlet()
      Get the flowlet property: Flowlet Reference.
      Returns:
      the flowlet value.
    • setFlowlet

      public Transformation setFlowlet(DataFlowReference flowlet)
      Set the flowlet property: Flowlet Reference.
      Parameters:
      flowlet - the flowlet value to set.
      Returns:
      the Transformation object itself.