WranglingDataFlow Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlow - com.
azure. resourcemanager. datafactory. models. WranglingDataFlow
- com.
- com.
public final class WranglingDataFlow
extends DataFlow
Power Query data flow.
Constructor Summary
| Constructor | Description |
|---|---|
| WranglingDataFlow() |
Creates an instance of Wrangling |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
documentLocale()
Get the document |
|
static
Wrangling |
fromJson(JsonReader jsonReader)
Reads an instance of Wrangling |
| String |
script()
Get the script property: Power query mashup script. |
|
List<Power |
sources()
Get the sources property: List of sources in Power Query. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of data flow. |
| void |
validate()
Validates the instance. |
|
Wrangling |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow. |
|
Wrangling |
withDescription(String description)
Set the description property: The description of the data flow. |
|
Wrangling |
withDocumentLocale(String documentLocale)
Set the document |
|
Wrangling |
withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in. |
|
Wrangling |
withScript(String script)
Set the script property: Power query mashup script. |
|
Wrangling |
withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query. |
Methods inherited from DataFlow
Methods inherited from java.lang.Object
Constructor Details
WranglingDataFlow
public WranglingDataFlow()
Creates an instance of WranglingDataFlow class.
Method Details
documentLocale
public String documentLocale()
Get the documentLocale property: Locale of the Power query mashup document.
Returns:
fromJson
public static WranglingDataFlow fromJson(JsonReader jsonReader)
Reads an instance of WranglingDataFlow from the JsonReader.
Parameters:
Returns:
Throws:
script
public String script()
Get the script property: Power query mashup script.
Returns:
sources
public List<PowerQuerySource> sources()
Get the sources property: List of sources in Power Query.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WranglingDataFlow.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of data flow.
Overrides:
WranglingDataFlow.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
WranglingDataFlow.validate()withAnnotations
public WranglingDataFlow withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.
Overrides:
WranglingDataFlow.withAnnotations(List<Object> annotations)Parameters:
withDescription
public WranglingDataFlow withDescription(String description)
Set the description property: The description of the data flow.
Overrides:
WranglingDataFlow.withDescription(String description)Parameters:
withDocumentLocale
public WranglingDataFlow withDocumentLocale(String documentLocale)
Set the documentLocale property: Locale of the Power query mashup document.
Parameters:
Returns:
withFolder
public WranglingDataFlow withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.
Overrides:
WranglingDataFlow.withFolder(DataFlowFolder folder)Parameters:
withScript
public WranglingDataFlow withScript(String script)
Set the script property: Power query mashup script.
Parameters:
Returns:
withSources
public WranglingDataFlow withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query.
Parameters:
Returns: