Permission codes define the type of permission granted for a user's role.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
USER_ADMIN | 0 | User can edit/remove other users. Global scope only. | |
SYS_ADMIN | 1 | User can perform systems administration functions on a database that do not involve user administration. Examples include server configuration. Global scope only. | |
DATA_ADMIN | 2 | 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. | |
READ | 10 | User can read data only. | |
READ_WRITE | 11 | User can read and write data. | |
READ_WRITE_UDF | 12 | User can read and write data through user defined functions. |
See Also