Connection

Classes

Connection(connection_name, connector_type, ...)

Represents the connection to the data source instance that INFACore uses for the read or write operation.

Methods

Connection.test()

Tests the connection and validates the connection details you specified.

Connection.config()

Returns the details of the connection attributes for an existing connection.

Connection.edit([new_connection_name, ...])

Edits the connection name and attributes of an existing connection.

Connection.list_data_objects([path])

Lists the available data objects in the specified connection instance.

Connection.get_data_object(object_name)

Fetches the DataObject instance corresponding to the data object name you specified.