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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
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

See Also