Package version:

Interface MapperSourceConnectionsInfo

A object which contains list of tables and connection details for a source connection.

interface MapperSourceConnectionsInfo {
    connection?: MapperConnection;
    sourceEntities?: MapperTable[];
}

Properties

connection?: MapperConnection

Source connection details.

sourceEntities?: MapperTable[]

List of source tables for a source connection.