Package version:

Interface MapperConnectionReference

Source or target connection reference details.

interface MapperConnectionReference {
    connectionName?: string;
    type?: string;
}

Properties

connectionName?: string

Name of the connection

type?: string

Type of connection via linked service or dataset.