Uses of Class
com.azure.analytics.synapse.artifacts.models.Transformation
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of Transformation in com.azure.analytics.synapse.artifacts.models
Modifier and TypeClassDescriptionfinal class
Transformation for data flow sink.final class
Transformation for data flow source.Modifier and TypeMethodDescriptionTransformation.setDataset
(DatasetReference dataset) Set the dataset property: Dataset reference.Transformation.setDescription
(String description) Set the description property: Transformation description.Transformation.setFlowlet
(DataFlowReference flowlet) Set the flowlet property: Flowlet Reference.Transformation.setLinkedService
(LinkedServiceReference linkedService) Set the linkedService property: Linked service reference.Set the name property: Transformation name.Modifier and TypeMethodDescriptionFlowlet.getTransformations()
Get the transformations property: List of transformations in Flowlet.MappingDataFlow.getTransformations()
Get the transformations property: List of transformations in data flow.Modifier and TypeMethodDescriptionFlowlet.setTransformations
(List<Transformation> transformations) Set the transformations property: List of transformations in Flowlet.MappingDataFlow.setTransformations
(List<Transformation> transformations) Set the transformations property: List of transformations in data flow.