DataFlow Class

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

public class DataFlow

Azure Synapse nested object which contains a flow with data movements and transformations.

Constructor Summary

Constructor Description
DataFlow()

Creates an instance of DataFlow class.

Method Summary

Modifier and Type Method and Description
List<Object> getAnnotations()

Get the annotations property: List of tags that can be used for describing the data flow.

String getDescription()

Get the description property: The description of the data flow.

DataFlowFolder getFolder()

Get the folder property: The folder that this data flow is in.

DataFlow setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the data flow.

DataFlow setDescription(String description)

Set the description property: The description of the data flow.

DataFlow setFolder(DataFlowFolder folder)

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

Methods inherited from java.lang.Object

Constructor Details

DataFlow

public DataFlow()

Creates an instance of DataFlow class.

Method Details

getAnnotations

public List getAnnotations()

Get the annotations property: List of tags that can be used for describing the data flow.

Returns:

the annotations value.

getDescription

public String getDescription()

Get the description property: The description of the data flow.

Returns:

the description value.

getFolder

public DataFlowFolder getFolder()

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.

setAnnotations

public DataFlow setAnnotations(List annotations)

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.

setDescription

public DataFlow setDescription(String description)

Set the description property: The description of the data flow.

Parameters:

description - the description value to set.

Returns:

the DataFlow object itself.

setFolder

public DataFlow setFolder(DataFlowFolder folder)

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.

Applies to