MapperConnectionArgs

data class MapperConnectionArgs(val commonDslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, val isInlineDataset: Output<Boolean>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val linkedServiceType: Output<String>? = null, val type: Output<Either<String, ConnectionType>>) : ConvertibleToJava<MapperConnectionArgs>

Source connection details.

Constructors

Link copied to clipboard
constructor(commonDslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, isInlineDataset: Output<Boolean>? = null, linkedService: Output<LinkedServiceReferenceArgs>? = null, linkedServiceType: Output<String>? = null, type: Output<Either<String, ConnectionType>>)

Properties

Link copied to clipboard

List of name/value pairs for connection properties.

Link copied to clipboard
val isInlineDataset: Output<Boolean>? = null

A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.

Link copied to clipboard

Linked service reference.

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

Type of the linked service e.g.: AzureBlobFS.

Link copied to clipboard
val type: Output<Either<String, ConnectionType>>

Type of connection via linked service or dataset.

Functions

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