PrivilegeCode EnumerationAerospike
Permission codes define the type of permission granted for a user's role.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Members

  Member nameValueDescription
USER_ADMIN0 User can edit/remove other users. Global scope only.
SYS_ADMIN1 User can perform systems administration functions on a database that do not involve user administration. Examples include server configuration. Global scope only.
DATA_ADMIN2 User can perform data administration functions on a database that do not involve user administration. Examples include index and user defined function management. Global scope only.
READ10 User can read data.
READ_WRITE11 User can read and write data.
READ_WRITE_UDF12 User can read and write data through user defined functions.
WRITE13 User can write data.
See Also