DataFlowFolder Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowFolder
- com.
public final class DataFlowFolder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
Constructor Summary
Constructor | Description |
---|---|
DataFlowFolder() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name property: The name of the folder that this data flow is in. |
Data |
setName(String name)
Set the name property: The name of the folder that this data flow is in. |
Methods inherited from java.lang.Object
Constructor Details
DataFlowFolder
public DataFlowFolder()
Creates an instance of DataFlowFolder class.
Method Details
getName
public String getName()
Get the name property: The name of the folder that this data flow is in.
Returns:
setName
public DataFlowFolder setName(String name)
Set the name property: The name of the folder that this data flow is in.
Parameters:
Returns:
Applies to
Azure SDK for Java