Create expression that returns bin's integer particle type.
See ParticleType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax
Parameters
- name
- Type: System String
Examples
// Bin "a" particle type is a list Exp.EQ(Exp.BinType("a"), Exp.Val(ParticleType.LIST))
See Also