MapperSourceConnectionsInfo interface

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

Properties

connection

Source connection details.

sourceEntities

List of source tables for a source connection.

Property Details

connection

Source connection details.

connection?: MapperConnection

Property Value

sourceEntities

List of source tables for a source connection.

sourceEntities?: MapperTable[]

Property Value