User and assigned roles.
Inheritance Hierarchy
Aerospike.ClientUser
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.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 |
Fields
Name | Description | |
---|---|---|
![]() | name |
User name.
|
![]() | roles |
List of assigned roles.
|
See Also