Create record key expression of specified type.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax
Parameters
- type
- Type: Aerospike.Client Exp Type
Examples
// Integer record key >= 100000 Exp.GE(Exp.Key(Type.INT), Exp.Val(100000))
See Also