User Class

User and assigned roles.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class User
Inheritance
Object    User

Constructors

UserInitializes a new instance of the User class

Methods

Fields

connsInUse Number of currently open connections.
name User name.
readInfo List of read statistics. List may be null. 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 List of assigned roles.
writeInfo List of write statistics. List may be null. 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.

See Also