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