GenerationPolicy Enumeration

[Missing <summary> documentation for "T:Aerospike.Client.KVS.GenerationPolicy"]

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public enum GenerationPolicy

Members

None0 Do not use record generation to restrict writes.
ExpectGenEqual1 Update/delete record if expected generation is equal to server generation. Otherwise, fail.
ExpectGenGt2 Update/delete record if expected generation greater than the server generation. Otherwise, fail. This is useful for restore after backup.

See Also