HLLOperation Add Method (HLLPolicy, String, IList)Aerospike
Create HLL add operation. This operation assumes HLL bin already exists. Server adds values to the HLL set. Server returns number of entries that caused HLL to update a register.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.4.0 (3.9.4)
Syntax

Parameters

policy
Type: Aerospike.Client HLLPolicy
write policy, use for default
binName
Type: System String
name of bin
list
Type: System.Collections IList
list of values to be added
See Also