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