Constructor, specifying bin name and boolean value.
For servers configured as "single-bin", enter a null or empty name.
Either a boolean or integer bin is sent to the server, depending
on configuration UseBoolBin.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public Bin( string name, bool value )
Parameters
- name
- Type: SystemString
bin name, current limit is 14 characters - value
- Type: SystemBoolean
bin value
See Also