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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Add( HLLPolicy policy, string binName, IList list )
Parameters
- policy
- Type: Aerospike.ClientHLLPolicy
write policy, use Default for default - binName
- Type: SystemString
name of bin - list
- Type: System.CollectionsIList
list of values to be added
Return Value
Type: OperationSee Also