MappingDataFlow Class

Definition

Mapping data flow.

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

Constructors

MappingDataFlow()

Initializes a new instance of the MappingDataFlow class.

MappingDataFlow(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)

Initializes a new instance of the MappingDataFlow 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)
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 dataFlow script.

ScriptLines

Gets or sets data flow script lines.

Sinks

Gets or sets list of sinks in data flow.

Sources

Gets or sets list of sources in data flow.

Transformations

Gets or sets list of transformations in data flow.

Applies to