ExpIsTombstone Method

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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Exp IsTombstone()

Return Value

Exp

Example

C#
// Deleted records that are in tombstone state.
Exp.isTombstone()

See Also