Class DataFlowSource

    • Constructor Detail

      • DataFlowSource

        public DataFlowSource()
    • Method Detail

      • schemaLinkedService

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

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

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

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