PowerQuerySource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Transformation - com.
azure. resourcemanager. datafactory. models. DataFlowSource - com.
azure. resourcemanager. datafactory. models. PowerQuerySource
- com.
- com.
- com.
public final class PowerQuerySource
extends DataFlowSource
Power query source.
Constructor Summary
| Constructor | Description |
|---|---|
| PowerQuerySource() |
Creates an instance of Power |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Power |
fromJson(JsonReader jsonReader)
Reads an instance of Power |
| String |
script()
Get the script property: source script. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Power |
withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference. |
|
Power |
withDescription(String description)
Set the description property: Transformation description. |
|
Power |
withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference. |
|
Power |
withLinkedService(LinkedServiceReference linkedService)
Set the linked |
|
Power |
withName(String name)
Set the name property: Transformation name. |
|
Power |
withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schema |
|
Power |
withScript(String script)
Set the script property: source script. |
Methods inherited from DataFlowSource
Methods inherited from Transformation
Methods inherited from java.lang.Object
Constructor Details
PowerQuerySource
public PowerQuerySource()
Creates an instance of PowerQuerySource class.
Method Details
fromJson
public static PowerQuerySource fromJson(JsonReader jsonReader)
Reads an instance of PowerQuerySource from the JsonReader.
Parameters:
Returns:
Throws:
script
public String script()
Get the script property: source script.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PowerQuerySource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
PowerQuerySource.validate()withDataset
public PowerQuerySource withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.
Overrides:
PowerQuerySource.withDataset(DatasetReference dataset)Parameters:
withDescription
public PowerQuerySource withDescription(String description)
Set the description property: Transformation description.
Overrides:
PowerQuerySource.withDescription(String description)Parameters:
withFlowlet
public PowerQuerySource withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.
Overrides:
PowerQuerySource.withFlowlet(DataFlowReference flowlet)Parameters:
withLinkedService
public PowerQuerySource withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.
Overrides:
PowerQuerySource.withLinkedService(LinkedServiceReference linkedService)Parameters:
withName
public PowerQuerySource withName(String name)
Set the name property: Transformation name.
Overrides:
PowerQuerySource.withName(String name)Parameters:
withSchemaLinkedService
public PowerQuerySource withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.
Overrides:
PowerQuerySource.withSchemaLinkedService(LinkedServiceReference schemaLinkedService)Parameters:
withScript
public PowerQuerySource withScript(String script)
Set the script property: source script.
Parameters:
Returns: