Bin Constructor (String, Boolean)Aerospike
Constructor, specifying bin name and boolean value. The server will convert all bools to longs. For servers configured as "single-bin", enter a null or empty name.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.4.0 (4.1.4)
Syntax

Parameters

name
Type: System String
bin name, current limit is 14 characters
value
Type: System Boolean
bin value
See Also