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