[Missing <summary> documentation for "T:Aerospike.Client.KVS.GenerationPolicy"]
public enum GenerationPolicy
None | 0 | Do not use record generation to restrict writes. |
ExpectGenEqual | 1 | Update/delete record if expected generation is equal to server generation. Otherwise, fail. |
ExpectGenGt | 2 | Update/delete record if expected generation greater than the server generation. Otherwise, fail. This is useful for restore after backup. |