Priority EnumerationAerospike
Priority of operations on database server.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.7.0 (3.6.7)
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