Role definition.
Inheritance Hierarchy
Aerospike.ClientRole
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public sealed class Role
The Role type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Role | Initializes a new instance of the Role class |
Methods
Name | Description | |
---|---|---|
![]() | isPredefined |
Is role pre-defined.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | DataAdmin |
Manage indicies and user defined functions.
|
![]() | name |
Role name.
|
![]() | privileges |
List of assigned privileges.
|
![]() ![]() | Read |
Allow read transactions.
|
![]() ![]() | ReadWrite |
Allow read and write transactions.
|
![]() ![]() | ReadWriteUdf |
Allow read and write transactions within user defined functions.
|
![]() ![]() | SysAdmin |
Manage server configuration.
|
![]() ![]() | UserAdmin |
Manage users their roles.
|
![]() | whitelist |
List of allowable IP addresses.
|
![]() ![]() | Write |
Allow write transactions.
|
See Also