Priority of operations on database server.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.5)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DEFAULT | 0 | The server defines the priority. | |
| LOW | 1 | Run the database operation in a background thread. | |
| MEDIUM | 2 | Run the database operation at medium priority. | |
| HIGH | 3 | Run the database operation at the highest priority. |
See Also