HLLOperation Add Method (HLLPolicy, String, IList, Int32)Aerospike
Create HLL add operation. Server adds values to HLL set. If HLL bin does not exist, use indexBitCount to create HLL bin. Server returns number of entries that caused HLL to update a register.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.6.0 (3.9.6)
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
indexBitCount
Type: System Int32
number of index bits. Must be between 4 and 16 inclusive.
See Also