MappingDataFlow Class
Mapping data flow.
Constructor
MappingDataFlow(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
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
|
Mapping data flow type properties. |
|
type
|
Type of data flow. Required. Default value is "MappingDataFlow". |
Attributes
type
Type of data flow. Required. Default value is "MappingDataFlow".
type: Literal['MappingDataFlow']
type_properties
Mapping data flow type properties.
type_properties: _models.MappingDataFlowTypeProperties | None