Create expression that returns if record has been deleted and is still in tombstone state.
This expression usually evaluates quickly because record meta data is cached in memory.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax
Examples
// Deleted records that are in tombstone state.
Exp.isTombstone()
See Also