Class DataFlowSource

java.lang.Object
com.azure.analytics.synapse.artifacts.models.Transformation
com.azure.analytics.synapse.artifacts.models.DataFlowSource

public final class DataFlowSource extends Transformation
Transformation for data flow source.
  • Constructor Details

    • DataFlowSource

      public DataFlowSource()
  • Method Details

    • getSchemaLinkedService

      public LinkedServiceReference getSchemaLinkedService()
      Get the schemaLinkedService property: Schema linked service reference.
      Returns:
      the schemaLinkedService value.
    • setSchemaLinkedService

      public DataFlowSource setSchemaLinkedService(LinkedServiceReference schemaLinkedService)
      Set the schemaLinkedService property: Schema linked service reference.
      Parameters:
      schemaLinkedService - the schemaLinkedService value to set.
      Returns:
      the DataFlowSource object itself.
    • setName

      public DataFlowSource setName(String name)
      Set the name property: Transformation name.
      Overrides:
      setName in class Transformation
      Parameters:
      name - the name value to set.
      Returns:
      the Transformation object itself.
    • setDescription

      public DataFlowSource setDescription(String description)
      Set the description property: Transformation description.
      Overrides:
      setDescription in class Transformation
      Parameters:
      description - the description value to set.
      Returns:
      the Transformation object itself.
    • setDataset

      public DataFlowSource setDataset(DatasetReference dataset)
      Set the dataset property: Dataset reference.
      Overrides:
      setDataset in class Transformation
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the Transformation object itself.
    • setLinkedService

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

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