DataFlowSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Transformation - com.
azure. resourcemanager. datafactory. models. DataFlowSource
- com.
- com.
public 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 |
schemaLinkedService()
Get the schema |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference. |
|
Data |
withDescription(String description)
Set the description property: Transformation description. |
|
Data |
withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference. |
|
Data |
withLinkedService(LinkedServiceReference linkedService)
Set the linked |
|
Data |
withName(String name)
Set the name property: Transformation name. |
|
Data |
withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schema |
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:
schemaLinkedService
public LinkedServiceReference schemaLinkedService()
Get the schemaLinkedService property: Schema linked service reference.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataFlowSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DataFlowSource.validate()withDataset
public DataFlowSource withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.
Overrides:
DataFlowSource.withDataset(DatasetReference dataset)Parameters:
withDescription
public DataFlowSource withDescription(String description)
Set the description property: Transformation description.
Overrides:
DataFlowSource.withDescription(String description)Parameters:
withFlowlet
public DataFlowSource withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.
Overrides:
DataFlowSource.withFlowlet(DataFlowReference flowlet)Parameters:
withLinkedService
public DataFlowSource withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.
Overrides:
DataFlowSource.withLinkedService(LinkedServiceReference linkedService)Parameters:
withName
public DataFlowSource withName(String name)
Set the name property: Transformation name.
Overrides:
DataFlowSource.withName(String name)Parameters:
withSchemaLinkedService
public DataFlowSource withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.
Parameters:
Returns: