Bin Constructor (String, Object)

Aerospike
Constructor, specifying bin name and object value. This is the slowest of the Bin constructors because the type must be determined using multiple "instanceof" checks.

For servers configured as "single-bin", enter a null or empty name.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public Bin(
	string name,
	Object value
)

Parameters

name
Type: SystemString
bin name, current limit is 14 characters
value
Type: SystemObject
bin value
See Also

Reference