DataFlow Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlow
- com.
Implements
public class DataFlow
implements JsonSerializable<DataFlow>
Azure Synapse nested object which contains a flow with data movements and transformations.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlow() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| 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. |
|
Data |
getFolder()
Get the folder property: The folder that this data flow is in. |
| String |
getType()
Get the type property: Type of data flow. |
|
Data |
setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow. |
|
Data |
setDescription(String description)
Set the description property: The description of the data flow. |
|
Data |
setFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DataFlow
public DataFlow()
Creates an instance of DataFlow class.
Method Details
fromJson
public static DataFlow fromJson(JsonReader jsonReader)
Reads an instance of DataFlow from the JsonReader.
Parameters:
Returns:
Throws:
getAnnotations
public List<Object> getAnnotations()
Get the annotations property: List of tags that can be used for describing the data flow.
Returns:
getDescription
public String getDescription()
Get the description property: The description of the data flow.
Returns:
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:
getType
public String getType()
Get the type property: Type of data flow.
Returns:
setAnnotations
public DataFlow setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.
Parameters:
Returns:
setDescription
public DataFlow setDescription(String description)
Set the description property: The description of the data flow.
Parameters:
Returns:
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:
Returns: