Flowlet Data Flow Source
data class FlowletDataFlowSource(val dataset: FlowletDataFlowSourceDataset? = null, val description: String? = null, val flowlet: FlowletDataFlowSourceFlowlet? = null, val linkedService: FlowletDataFlowSourceLinkedService? = null, val name: String, val rejectedLinkedService: FlowletDataFlowSourceRejectedLinkedService? = null, val schemaLinkedService: FlowletDataFlowSourceSchemaLinkedService? = null)
Constructors
Link copied to clipboard
fun FlowletDataFlowSource(dataset: FlowletDataFlowSourceDataset? = null, description: String? = null, flowlet: FlowletDataFlowSourceFlowlet? = null, linkedService: FlowletDataFlowSourceLinkedService? = null, name: String, rejectedLinkedService: FlowletDataFlowSourceRejectedLinkedService? = null, schemaLinkedService: FlowletDataFlowSourceSchemaLinkedService? = null)