MappingDataFlow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET