Flowlet Class

Data flow flowlet.

Constructor

Flowlet(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

The description of the data flow.

annotations

List of tags that can be used for describing the data flow.

folder

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

type_properties

Flowlet type properties.

type
str

Type of data flow. Required. Default value is "Flowlet".

Attributes

type

Type of data flow. Required. Default value is "Flowlet".

type: Literal['Flowlet']

type_properties

Flowlet type properties.

type_properties: _models.FlowletTypeProperties | None