Bin(String, SByte) Constructor

Constructor, specifying bin name and signed byte value. The server will convert all byte integers to longs. For servers configured as "single-bin", enter a null or empty name.

Definition

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

Parameters

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

See Also