allConnectionsQty property

int get allConnectionsQty

Active + Idle connections

Implementation

int get allConnectionsQty => activeConnectionsQty + idleConnectionsQty;