module Aerospike::GenerationPolicy
Constants
- EXPECT_GEN_EQUAL
Update/delete record if expected generation is equal to server generation. Otherwise, fail.
- EXPECT_GEN_GT
Update/delete record if expected generation greater than the server generation. Otherwise, fail. This is useful for restore after backup.
- NONE
Do not use record generation to restrict writes.