Class DataFlowSink


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

      • DataFlowSink

        public DataFlowSink()
    • Method Detail

      • 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.
      • 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.