Security user metadata returned by Aerospike user queries.
read_info and write_info preserve the server's ordered counters so later
server versions can add metrics without changing the result shape.
Summary
Types
Opaque ordered statistics vector returned by the server.
Security user metadata returned by user queries.
Types
@type info_counters() :: [non_neg_integer()]
Opaque ordered statistics vector returned by the server.
The client preserves the server order rather than naming individual counters because available counters vary by server version and configuration.
@type t() :: %Aerospike.User{ connections_in_use: non_neg_integer(), name: String.t(), read_info: info_counters(), roles: [String.t()], write_info: info_counters() }
Security user metadata returned by user queries.
roles contains role names assigned to the user. read_info,
write_info, and connections_in_use are server-reported security
statistics when present in the info response.