DataFlowFolder Class

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

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowFolder

Constructor

DataFlowFolder(*, name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the folder that this data flow is in.

Variables

Name Description
name
str

The name of the folder that this data flow is in.