Bin Constructor (String,  Byte )Aerospike
Constructor, specifying bin name and byte array value. For servers configured as "single-bin", enter a null or empty name.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.7.0 (3.9.7)
Syntax

Parameters

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