Flowlet Data Flow Sink Args
data class FlowletDataFlowSinkArgs(val dataset: Output<FlowletDataFlowSinkDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<FlowletDataFlowSinkFlowletArgs>? = null, val linkedService: Output<FlowletDataFlowSinkLinkedServiceArgs>? = null, val name: Output<String>, val rejectedLinkedService: Output<FlowletDataFlowSinkRejectedLinkedServiceArgs>? = null, val schemaLinkedService: Output<FlowletDataFlowSinkSchemaLinkedServiceArgs>? = null) : ConvertibleToJava<FlowletDataFlowSinkArgs>
Constructors
Link copied to clipboard
constructor(dataset: Output<FlowletDataFlowSinkDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<FlowletDataFlowSinkFlowletArgs>? = null, linkedService: Output<FlowletDataFlowSinkLinkedServiceArgs>? = null, name: Output<String>, rejectedLinkedService: Output<FlowletDataFlowSinkRejectedLinkedServiceArgs>? = null, schemaLinkedService: Output<FlowletDataFlowSinkSchemaLinkedServiceArgs>? = null)
Properties
Link copied to clipboard
A dataset
block as defined below.
Link copied to clipboard
The description for the Data Flow Source.
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
A rejected_linked_service
block as defined below.
Link copied to clipboard
A schema_linked_service
block as defined below.