WranglingDataFlow Class

Definition

Power Query data flow.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WranglingDataFlow : Microsoft.Azure.Management.DataFactory.Models.DataFlow
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WranglingDataFlow = class
    inherit DataFlow
Public Class WranglingDataFlow
Inherits DataFlow
Inheritance
WranglingDataFlow
Attributes

Constructors

WranglingDataFlow()

Initializes a new instance of the WranglingDataFlow class.

WranglingDataFlow(String, IList<Object>, DataFlowFolder, IList<PowerQuerySource>, String, String)

Initializes a new instance of the WranglingDataFlow class.

Properties

Annotations

Gets or sets list of tags that can be used for describing the data flow.

(Inherited from DataFlow)
Description

Gets or sets the description of the data flow.

(Inherited from DataFlow)
DocumentLocale

Gets or sets locale of the Power query mashup document.

Folder

Gets or sets the folder that this data flow is in. If not specified, Data flow will appear at the root level.

(Inherited from DataFlow)
Script

Gets or sets power query mashup script.

Sources

Gets or sets list of sources in Power Query.

Applies to