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.
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 static Bin AsBlob( string name, Object value )
Parameters
- name
- Type: SystemString
bin name, current limit is 14 characters - value
- Type: SystemObject
bin value
Return Value
Type: BinSee Also