DataFlowFolder Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DataFlowFolder

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 DataFlowFolder class.

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.

DataFlowFolder 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:

the name value.

setName

public DataFlowFolder setName(String name)

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

Parameters:

name - the name value to set.

Returns:

the DataFlowFolder object itself.

Applies to