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.
Namespace: Aerospike.ClientFor servers configured as "single-bin", enter a null or empty name.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax
Parameters
- name
- Type: System String
bin name, current limit is 14 characters
- value
- Type: System Object
bin value
See Also