Data Flow Sink Response
data class DataFlowSinkResponse(val dataset: DatasetReferenceResponse? = null, val description: String? = null, val flowlet: DataFlowReferenceResponse? = null, val linkedService: LinkedServiceReferenceResponse? = null, val name: String, val rejectedDataLinkedService: LinkedServiceReferenceResponse? = null, val schemaLinkedService: LinkedServiceReferenceResponse? = null)
Transformation for data flow sink.
Constructors
Link copied to clipboard
constructor(dataset: DatasetReferenceResponse? = null, description: String? = null, flowlet: DataFlowReferenceResponse? = null, linkedService: LinkedServiceReferenceResponse? = null, name: String, rejectedDataLinkedService: LinkedServiceReferenceResponse? = null, schemaLinkedService: LinkedServiceReferenceResponse? = null)
Properties
Link copied to clipboard
Dataset reference.
Link copied to clipboard
Transformation description.
Link copied to clipboard
Flowlet Reference
Link copied to clipboard
Linked service reference.
Link copied to clipboard
Rejected data linked service reference.
Link copied to clipboard
Schema linked service reference.