Create expression that returns if bin of specified name exists.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax
Parameters
- name
- Type: System String
Examples
// Bin "a" exists in record Exp.BinExists("a")
See Also