class Aerospike::UserRoles
User and assigned roles.
Attributes
conns_in_use[RW]
Number of currently open connections for the user
read_info[RW]
List of read statistics. List may be nil. Current statistics by offset are:
0: read quota in records per second 1: single record read transaction rate (TPS) 2: read scan/query record per second rate (RPS) 3: number of limitless read scans/queries
Future server releases may add additional statistics.
roles[RW]
List of assigned roles.
user[RW]
User name.
write_info[RW]
List of write statistics. List may be nil. Current statistics by offset are:
0: write quota in records per second 1: single record write transaction rate (TPS) 2: write scan/query record per second rate (RPS) 3: number of limitless write scans/queries
Future server releases may add additional statistics.