ListExpSize Method
Create expression that returns list size.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.1.0
public static Exp Size(
Exp bin,
params CTX[] ctx
)
- bin Exp
-
- ctx CTX
-
Exp // List bin "a" size > 7
Exp.GT(ListExp.Size(Exp.ListBin("a")), Exp.Val(7))