DataFlowSourceArgs

data class DataFlowSourceArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null) : ConvertibleToJava<DataFlowSourceArgs>

Transformation for data flow source.

Constructors

Link copied to clipboard
constructor(dataset: Output<DatasetReferenceArgs>? = null, description: Output<String>? = null, flowlet: Output<DataFlowReferenceArgs>? = null, linkedService: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null)

Properties

Link copied to clipboard
val dataset: Output<DatasetReferenceArgs>? = null

Dataset reference.

Link copied to clipboard
val description: Output<String>? = null

Transformation description.

Link copied to clipboard
val flowlet: Output<DataFlowReferenceArgs>? = null

Flowlet Reference

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val name: Output<String>

Transformation name.

Link copied to clipboard

Schema linked service reference.

Functions

Link copied to clipboard
open override fun toJava(): DataFlowSourceArgs