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: 4.1.4.0 (4.1.4)
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