PyConnection
class PyConnection(connection)
Bases: object
Interface for a content item’s embedded connection.
- Parameters: connection (IConnection)
__init__(connection)
Creates a new PyConnection object.
Args: : connection: A IConnection object.
Returns: None.
- Parameters: connection (IConnection)
- Return type: None
Methods
__init__ (connection) |
Creates a new PyConnection object. |
---|
Attributes
connection_username |
Gets the connection username for the response. |
---|---|
id |
Gets the unique identifier. |
query_tagging_enabled |
Gets the query tagging enabled flag for the response. |
server_address |
Gets the server address for the response. |
server_port |
Gets the server port for the response. |
type |
Gets the connection type for the response. |
property connection_username : str
Gets the connection username for the response.
property id : UUID
Gets the unique identifier.
property query_tagging_enabled : bool
Gets the query tagging enabled flag for the response. This is returned only for administrator users.
property server_address : str
Gets the server address for the response.
property server_port : str
Gets the server port for the response.
property type : str
Gets the connection type for the response.