Data Flow Transformation
data class DataFlowTransformation(val dataset: DataFlowTransformationDataset? = null, val description: String? = null, val flowlet: DataFlowTransformationFlowlet? = null, val linkedService: DataFlowTransformationLinkedService? = null, val name: String)
Constructors
Link copied to clipboard
constructor(dataset: DataFlowTransformationDataset? = null, description: String? = null, flowlet: DataFlowTransformationFlowlet? = null, linkedService: DataFlowTransformationLinkedService? = null, name: String)