Create bin with a map value. 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: 5.1.1.0 (5.1.1)
Syntax
C#
public Bin( string name, IDictionary value )
Parameters
- name
- Type: SystemString
bin name, current limit is 14 characters - value
- Type: System.CollectionsIDictionary
bin value
See Also