Uses of Class
com.azure.analytics.synapse.artifacts.models.DataFlowSink
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of DataFlowSink in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionDataFlowSink.setDataset
(DatasetReference dataset) Set the dataset property: Dataset reference.DataFlowSink.setDescription
(String description) Set the description property: Transformation description.DataFlowSink.setFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.DataFlowSink.setLinkedService
(LinkedServiceReference linkedService) Set the linkedService property: Linked service reference.Set the name property: Transformation name.DataFlowSink.setRejectedDataLinkedService
(LinkedServiceReference rejectedDataLinkedService) Set the rejectedDataLinkedService property: Rejected data linked service reference.DataFlowSink.setSchemaLinkedService
(LinkedServiceReference schemaLinkedService) Set the schemaLinkedService property: Schema linked service reference.Modifier and TypeMethodDescriptionFlowlet.getSinks()
Get the sinks property: List of sinks in Flowlet.MappingDataFlow.getSinks()
Get the sinks property: List of sinks in data flow.Modifier and TypeMethodDescriptionFlowlet.setSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in Flowlet.MappingDataFlow.setSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in data flow.