Priority EnumerationAerospike
Priority of operations on database server. This enum is obsolete and will eventually be removed.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.10.0 (3.9.10)
Syntax

Members

  Member nameValueDescription
DEFAULT0 The server defines the priority.
LOW1 Run the database operation in a background thread.
MEDIUM2 Run the database operation at medium priority.
HIGH3 Run the database operation at the highest priority.
See Also