Class PowerQuerySink


  • public final class PowerQuerySink
    extends DataFlowSink
    Power query sink.
    • Constructor Detail

      • PowerQuerySink

        public PowerQuerySink()
    • Method Detail

      • script

        public String script()
        Get the script property: sink script.
        Returns:
        the script value.
      • withScript

        public PowerQuerySink withScript​(String script)
        Set the script property: sink script.
        Parameters:
        script - the script value to set.
        Returns:
        the PowerQuerySink object itself.
      • withSchemaLinkedService

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

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

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

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