MapperConnection interface

Source connection details.

Properties

commonDslConnectorProperties

List of name/value pairs for connection properties.

isInlineDataset

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

linkedService

Linked service reference.

linkedServiceType

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

type

Type of connection via linked service or dataset.

Property Details

commonDslConnectorProperties

List of name/value pairs for connection properties.

commonDslConnectorProperties?: MapperDslConnectorProperties[]

Property Value

isInlineDataset

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

isInlineDataset?: boolean

Property Value

boolean

linkedService

Linked service reference.

linkedService?: LinkedServiceReference

Property Value

linkedServiceType

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

linkedServiceType?: string

Property Value

string

type

Type of connection via linked service or dataset.

type: string

Property Value

string