Create map bin expression.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax
Parameters
- name
- Type: System String
Examples
// Bin a["key"] == "value" Exp.EQ( MapExp.GetByKey(MapReturnType.VALUE, Type.STRING, Exp.Val("key"), Exp.MapBin("a")), Exp.Val("value"));
See Also