Create expression that returns bin's integer particle type.
See ParticleType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
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