Create a digest modulo record metadata value predicate expression.
The digest modulo expression assumes the value of 4 bytes of the
record's key digest modulo it's argument.
Namespace: Aerospike.ClientFor example, the following sequence of predicate expressions selects records that have digest(key) % 3 == 1):
PredExp.RecDigestModulo(3) PredExp.IntegerValue(1) PredExp.IntegerEqual()
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax
Parameters
- mod
- Type: System Int32
See Also