Role Class

Role definition.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class Role
Inheritance
Object    Role

Constructors

RoleInitializes a new instance of the Role class

Methods

Fields

DataAdmin Manage user defined functions and indicies.
name Role name.
privileges List of assigned privileges.
Read Allow read commands.
readQuota Maximum reads per second limit.
ReadWrite Allow read and write commands.
ReadWriteUdf Allow read and write commands 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 commands.
writeQuota Maximum writes per second limit.

See Also