User and assigned roles.
Inheritance Hierarchy
Aerospike.ClientUser
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class User
The User type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | User | Initializes a new instance of the User class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | connsInUse |
Number of currently open connections.
|
![]() | name |
User name.
|
![]() | readInfo |
List of read statistics. List may be null.
Current statistics by offset are:
|
![]() | roles |
List of assigned roles.
|
![]() | writeInfo |
List of write statistics. List may be null.
Current statistics by offset are:
|
See Also