HLLOperation.Add(HLLPolicy, String, IList, Int32) Method
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Add(
HLLPolicy policy,
string binName,
IList list,
int indexBitCount
)
- policy HLLPolicy
- write policy, use Default for default
- binName String
- name of bin
- list IList
- list of values to be added
- indexBitCount Int32
- number of index bits. Must be between 4 and 16 inclusive.
Operation