Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowSink
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowSink in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFlowletTypeProperties.sinks()
Get the sinks property: List of sinks in Flowlet.MappingDataFlowTypeProperties.sinks()
Get the sinks property: List of sinks in data flow.Modifier and TypeMethodDescriptionFlowletTypeProperties.withSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in Flowlet.MappingDataFlowTypeProperties.withSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in data flow. -
Uses of DataFlowSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowSink.withDataset
(DatasetReference dataset) Set the dataset property: Dataset reference.DataFlowSink.withDescription
(String description) Set the description property: Transformation description.DataFlowSink.withFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.DataFlowSink.withLinkedService
(LinkedServiceReference linkedService) Set the linkedService property: Linked service reference.Set the name property: Transformation name.DataFlowSink.withRejectedDataLinkedService
(LinkedServiceReference rejectedDataLinkedService) Set the rejectedDataLinkedService property: Rejected data linked service reference.DataFlowSink.withSchemaLinkedService
(LinkedServiceReference schemaLinkedService) Set the schemaLinkedService property: Schema linked service reference.Modifier and TypeMethodDescriptionFlowlet.sinks()
Get the sinks property: List of sinks in Flowlet.MappingDataFlow.sinks()
Get the sinks property: List of sinks in data flow.Modifier and TypeMethodDescriptionFlowlet.withSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in Flowlet.MappingDataFlow.withSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in data flow.