Class DataFlow
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlow
- Direct Known Subclasses:
Flowlet
,MappingDataFlow
,WranglingDataFlow
Azure Data Factory nested object which contains a flow with data movements and transformations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the annotations property: List of tags that can be used for describing the data flow.Get the description property: The description of the data flow.folder()
Get the folder property: The folder that this data flow is in.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the data flow.withDescription
(String description) Set the description property: The description of the data flow.withFolder
(DataFlowFolder folder) Set the folder property: The folder that this data flow is in.
-
Constructor Details
-
DataFlow
public DataFlow()Creates an instance of DataFlow class.
-
-
Method Details
-
description
Get the description property: The description of the data flow.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the data flow.- Parameters:
description
- the description value to set.- Returns:
- the DataFlow object itself.
-
annotations
Get the annotations property: List of tags that can be used for describing the data flow.- Returns:
- the annotations value.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the data flow.- Parameters:
annotations
- the annotations value to set.- Returns:
- the DataFlow object itself.
-
folder
Get the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.- Returns:
- the folder value.
-
withFolder
Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.- Parameters:
folder
- the folder value to set.- Returns:
- the DataFlow object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-