Create bin with a blob value. The value will be java serialized.
This method is faster than the bin Object constructor because the blob is converted
directly instead of using multiple "instanceof" type checks with a blob default.
Namespace: Aerospike.ClientFor servers configured as "single-bin", enter a null or empty name.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.3)
Syntax
Parameters
- name
- Type:
System String
bin name, current limit is 14 characters
- value
- Type:
System Object
bin value
See Also