DataFlowSource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Transformation - com.
azure. analytics. synapse. artifacts. models. DataFlowSource
- com.
- com.
public final class DataFlowSource
extends Transformation
Transformation for data flow source.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowSource() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Linked |
getSchemaLinkedService()
Get the schema |
|
Data |
setDataset(DatasetReference dataset)
Set the dataset property: Dataset reference. |
|
Data |
setDescription(String description)
Set the description property: Transformation description. |
|
Data |
setFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference. |
|
Data |
setLinkedService(LinkedServiceReference linkedService)
Set the linked |
|
Data |
setName(String name)
Set the name property: Transformation name. |
|
Data |
setSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schema |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from Transformation
Methods inherited from java.lang.Object
Constructor Details
DataFlowSource
public DataFlowSource()
Creates an instance of DataFlowSource class.
Method Details
fromJson
public static DataFlowSource fromJson(JsonReader jsonReader)
Reads an instance of DataFlowSource from the JsonReader.
Parameters:
Returns:
Throws:
getSchemaLinkedService
public LinkedServiceReference getSchemaLinkedService()
Get the schemaLinkedService property: Schema linked service reference.
Returns:
setDataset
public DataFlowSource setDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.
Overrides:
DataFlowSource.setDataset(DatasetReference dataset)Parameters:
setDescription
public DataFlowSource setDescription(String description)
Set the description property: Transformation description.
Overrides:
DataFlowSource.setDescription(String description)Parameters:
setFlowlet
public DataFlowSource setFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.
Overrides:
DataFlowSource.setFlowlet(DataFlowReference flowlet)Parameters:
setLinkedService
public DataFlowSource setLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.
Overrides:
DataFlowSource.setLinkedService(LinkedServiceReference linkedService)Parameters:
setName
public DataFlowSource setName(String name)
Set the name property: Transformation name.
Overrides:
DataFlowSource.setName(String name)Parameters:
setSchemaLinkedService
public DataFlowSource setSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataFlowSource.toJson(JsonWriter jsonWriter)Parameters:
Throws: