Skip to main content

ConnectionProxy

Proxy for accessing a connection object's attributes.

Attributes

AttributeTypeDescription
_connectionsdict or mappingA collection of connection objects used to look up the specific connection instance being proxied.
_aliasstringThe unique identifier or key used to retrieve the target connection from the connections collection.

Constructor

Signature

def ConnectionProxy(
connections: dict,
alias: string
) - > null

Parameters

NameTypeDescription
connectionsdictA dictionary-like object containing connection instances.
aliasstringThe key or alias used to look up the specific connection in the connections object.