Priority of operations on database server.
This enum is obsolete and will eventually be removed.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.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