Class PowerQuerySource


  • public final class PowerQuerySource
    extends DataFlowSource
    Power query source.
    • Constructor Detail

      • PowerQuerySource

        public PowerQuerySource()
    • Method Detail

      • script

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

        public PowerQuerySource withScript​(String script)
        Set the script property: source script.
        Parameters:
        script - the script value to set.
        Returns:
        the PowerQuerySource object itself.
      • withName

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

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