Package version:

Interface MapperConnection

Source connection details.

interface MapperConnection {
    commonDslConnectorProperties?: MapperDslConnectorProperties[];
    isInlineDataset?: boolean;
    linkedService?: LinkedServiceReference;
    linkedServiceType?: string;
    type: string;
}

Properties

commonDslConnectorProperties?: MapperDslConnectorProperties[]

List of name/value pairs for connection properties.

isInlineDataset?: boolean

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

linkedService?: LinkedServiceReference

Linked service reference.

linkedServiceType?: string

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

type: string

Type of connection via linked service or dataset.