accessCount top-level property

int accessCount

Returns the number of accesses being executing.

Note: it can be larger than the real number of DB connections (i.e., busyConnectionCount), since the number is increased when access is called, i.e., before a DB connection is established. This number indicates it more accurate that the system is busy.

Implementation

int get accessCount => _nAccess;