FlowletDataFlowTransformation

data class FlowletDataFlowTransformation(val dataset: FlowletDataFlowTransformationDataset? = null, val description: String? = null, val flowlet: FlowletDataFlowTransformationFlowlet? = null, val linkedService: FlowletDataFlowTransformationLinkedService? = null, val name: String)

Constructors

Link copied to clipboard
constructor(dataset: FlowletDataFlowTransformationDataset? = null, description: String? = null, flowlet: FlowletDataFlowTransformationFlowlet? = null, linkedService: FlowletDataFlowTransformationLinkedService? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A dataset block as defined below.

Link copied to clipboard
val description: String? = null

The description for the Data Flow transformation.

Link copied to clipboard

A flowlet block as defined below.

Link copied to clipboard

A linked_service block as defined below.

Link copied to clipboard

The name for the Data Flow transformation.