MapperConnectionResponse

data class MapperConnectionResponse(val commonDslConnectorProperties: List<MapperDslConnectorPropertiesResponse>? = null, val isInlineDataset: Boolean? = null, val linkedService: LinkedServiceReferenceResponse? = null, val linkedServiceType: String? = null, val type: String)

Source connection details.

Constructors

Link copied to clipboard
constructor(commonDslConnectorProperties: List<MapperDslConnectorPropertiesResponse>? = null, isInlineDataset: Boolean? = null, linkedService: LinkedServiceReferenceResponse? = null, linkedServiceType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of name/value pairs for connection properties.

Link copied to clipboard

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

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

Link copied to clipboard

Type of connection via linked service or dataset.