CommitLevel Enumeration

Aerospike
Desired consistency guarantee when committing a transaction on the server.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public enum CommitLevel
Members

  Member nameValueDescription
COMMIT_ALL0 Server should wait until successfully committing master and all replicas.
COMMIT_MASTER1 Server should wait until successfully committing master only.
See Also

Reference