你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Flowlet 类

定义

数据流 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
继承
Flowlet
属性

构造函数

Flowlet()

初始化 Flowlet 类的新实例。

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

初始化 Flowlet 类的新实例。

属性

Annotations

获取或设置可用于描述数据流的标记列表。

(继承自 DataFlow)
Description

获取或设置数据流的说明。

(继承自 DataFlow)
Folder

获取或设置此数据流位于的文件夹。 如果未指定,数据流将显示在根级别。

(继承自 DataFlow)
Script

获取或设置 flowlet 脚本。

ScriptLines

获取或设置 flowlet 脚本行。

Sinks

获取或设置 Flowlet 中接收器的列表。

Sources

获取或设置 Flowlet 中的源列表。

Transformations

获取或设置 Flowlet 中的转换列表。

适用于