Flowlet 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.
Data flow flowlet
[Microsoft.Rest.Serialization.JsonTransformation]
public class Flowlet : Microsoft.Azure.Management.DataFactory.Models.DataFlow
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Flowlet = class
inherit DataFlow
Public Class Flowlet
Inherits DataFlow
- Inheritance
- Attributes
Constructors
Flowlet() |
Initializes a new instance of the Flowlet class. |
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>) |
Initializes a new instance of the Flowlet 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 flowlet script. |
ScriptLines |
Gets or sets flowlet script lines. |
Sinks |
Gets or sets list of sinks in Flowlet. |
Sources |
Gets or sets list of sources in Flowlet. |
Transformations |
Gets or sets list of transformations in Flowlet. |
Applies to
Azure SDK for .NET