Bin AsMap Method Aerospike
Create bin with a map value. The map value will be serialized as a Aerospike 3 server map type. Supported by Aerospike 3 servers only. For servers configured as "single-bin", enter a null or empty name.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.3)
Syntax

Parameters

name
Type: OnlineSystem String
bin name, current limit is 14 characters
value
Type: OnlineSystem.Collections.Generic Dictionary OnlineObject, OnlineObject 
bin value
See Also