Class PowerQuerySink


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

    • PowerQuerySink

      public PowerQuerySink()
  • Method Details

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

      public PowerQuerySink withDataset(DatasetReference dataset)
      Set the dataset property: Dataset reference.
      Overrides:
      withDataset in class DataFlowSink
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the Transformation object itself.
    • withLinkedService

      public PowerQuerySink withLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: Linked service reference.
      Overrides:
      withLinkedService in class DataFlowSink
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the Transformation object itself.
    • withFlowlet

      public PowerQuerySink withFlowlet(DataFlowReference flowlet)
      Set the flowlet property: Flowlet Reference.
      Overrides:
      withFlowlet in class DataFlowSink
      Parameters:
      flowlet - the flowlet value to set.
      Returns:
      the Transformation object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class DataFlowSink
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.