Role definition.
Inheritance Hierarchy
Aerospike.ClientRole
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.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 | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | isPredefined |
Is role pre-defined.
|
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DataAdmin |
Manage user defined functions and indicies.
|
![]() | name |
Role name.
|
![]() | privileges |
List of assigned privileges.
|
![]() ![]() | Read |
Allow read transactions.
|
![]() | readQuota |
Maximum reads per second limit.
|
![]() ![]() | ReadWrite |
Allow read and write transactions.
|
![]() ![]() | ReadWriteUdf |
Allow read and write transactions within user defined functions.
|
![]() ![]() | SIndexAdmin |
Manage indicies.
|
![]() ![]() | SysAdmin |
Manage server configuration.
|
![]() ![]() | Truncate |
Allow truncate.
|
![]() ![]() | UDFAdmin |
Manage user defined functions.
|
![]() ![]() | UserAdmin |
Manage users their roles.
|
![]() | whitelist |
List of allowable IP addresses.
|
![]() ![]() | Write |
Allow write transactions.
|
![]() | writeQuota |
Maximum writes per second limit.
|
See Also