Create list predicate where expression matches for any list item.
Example:
Namespace: Aerospike.Client// Find records where any list item v = "hello" in list bin x. PredExp.StringVar("v") PredExp.StringValue("hello") PredExp.StringEqual() PredExp.ListBin("x") PredExp.ListIterateOr("v")
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.1.0 (4.1.1)
Syntax
Parameters
- varName
- Type: System String
See Also