Class DataFlowSink

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

public final class DataFlowSink extends Transformation
Transformation for data flow sink.
  • Constructor Details

    • DataFlowSink

      public DataFlowSink()
  • Method Details

    • getSchemaLinkedService

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

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

      public LinkedServiceReference getRejectedDataLinkedService()
      Get the rejectedDataLinkedService property: Rejected data linked service reference.
      Returns:
      the rejectedDataLinkedService value.
    • setRejectedDataLinkedService

      public DataFlowSink setRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)
      Set the rejectedDataLinkedService property: Rejected data linked service reference.
      Parameters:
      rejectedDataLinkedService - the rejectedDataLinkedService value to set.
      Returns:
      the DataFlowSink object itself.
    • setName

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