Bin(String, Boolean) Constructor

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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public Bin(
	string name,
	bool value
)

Parameters

name  String
bin name, current limit is 15 characters
value  Boolean
bin value

See Also