MapperConnection interface
Source connection details.
Properties
common |
List of name/value pairs for connection properties. |
is |
A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported. |
linked |
Linked service reference. |
linked |
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