Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowSink
-
Packages that use DataFlowSink Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowSink in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type DataFlowSink Modifier and Type Method Description List<DataFlowSink>
FlowletTypeProperties. sinks()
Get the sinks property: List of sinks in Flowlet.List<DataFlowSink>
MappingDataFlowTypeProperties. sinks()
Get the sinks property: List of sinks in data flow.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type DataFlowSink Modifier and Type Method Description FlowletTypeProperties
FlowletTypeProperties. withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in Flowlet.MappingDataFlowTypeProperties
MappingDataFlowTypeProperties. withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in data flow. -
Uses of DataFlowSink in com.azure.resourcemanager.datafactory.models
Subclasses of DataFlowSink in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
PowerQuerySink
Power query sink.Methods in com.azure.resourcemanager.datafactory.models that return DataFlowSink Modifier and Type Method Description DataFlowSink
DataFlowSink. withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.DataFlowSink
DataFlowSink. withDescription(String description)
Set the description property: Transformation description.DataFlowSink
DataFlowSink. withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.DataFlowSink
DataFlowSink. withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.DataFlowSink
DataFlowSink. withName(String name)
Set the name property: Transformation name.DataFlowSink
DataFlowSink. withRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)
Set the rejectedDataLinkedService property: Rejected data linked service reference.DataFlowSink
DataFlowSink. withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowSink Modifier and Type Method Description List<DataFlowSink>
Flowlet. sinks()
Get the sinks property: List of sinks in Flowlet.List<DataFlowSink>
MappingDataFlow. sinks()
Get the sinks property: List of sinks in data flow.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowSink Modifier and Type Method Description Flowlet
Flowlet. withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in Flowlet.MappingDataFlow
MappingDataFlow. withSinks(List<DataFlowSink> sinks)
Set the sinks property: List of sinks in data flow.
-