Exp Key Method Aerospike
Create record key expression of specified type.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Examples

// Integer record key >= 100000
Exp.GE(Exp.Key(Type.INT), Exp.Val(100000))
See Also