Bin Constructor (String, IDictionary, MapOrder)Aerospike
Create bin with a map value and order. The map value will be serialized as a server map type. For servers configured as "single-bin", enter a null or empty name.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
Syntax

Parameters

name
Type: System String
bin name, current limit is 14 characters
value
Type: System.Collections IDictionary
bin value, pass in TreeMap instance if map order is sorted.
mapOrder
Type: Aerospike.Client MapOrder
map sorted order
See Also