Create expression that returns list size.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax
Examples
// List bin "a" size > 7 Exp.GT(ListExp.Size(Exp.ListBin("a")), Exp.Val(7))
See Also