Class DataFlowSource


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

      • DataFlowSource

        public DataFlowSource()
    • Method Detail

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