DataFlow Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlow
- com.
Implements
public class DataFlow
implements JsonSerializable<DataFlow>
Azure Data Factory 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 |
|---|---|
| List<Object> |
annotations()
Get the annotations property: List of tags that can be used for describing the data flow. |
| String |
description()
Get the description property: The description of the data flow. |
|
Data |
folder()
Get the folder property: The folder that this data flow is in. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of data flow. |
| void |
validate()
Validates the instance. |
|
Data |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow. |
|
Data |
withDescription(String description)
Set the description property: The description of the data flow. |
|
Data |
withFolder(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
annotations
public List<Object> annotations()
Get the annotations property: List of tags that can be used for describing the data flow.
Returns:
description
public String description()
Get the description property: The description of the data flow.
Returns:
folder
public DataFlowFolder 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:
fromJson
public static DataFlow fromJson(JsonReader jsonReader)
Reads an instance of DataFlow from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: Type of data flow.
Returns:
validate
public void validate()
Validates the instance.
withAnnotations
public DataFlow withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.
Parameters:
Returns:
withDescription
public DataFlow withDescription(String description)
Set the description property: The description of the data flow.
Parameters:
Returns:
withFolder
public DataFlow withFolder(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: