LargeList Update Method ( Value )Aerospike
Update/Add each value in array depending if key exists or not. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it using specified userModule configuration.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.1)
Syntax

Parameters

values
Type:  Aerospike.Client Value 
values to update
See Also