Bin(String, IDictionary, MapOrder) Constructor
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public Bin(
string name,
IDictionary value,
MapOrder mapOrder
)
Parameters
- name String
- bin name, current limit is 15 characters
- value IDictionary
- bin value, pass in TreeMap instance if map order is sorted.
- mapOrder MapOrder
- map sorted order