Class DataFlowSink

    • Constructor Detail

      • DataFlowSink

        public DataFlowSink()
    • Method Detail

      • schemaLinkedService

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

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

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

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

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