HLLOperationAdd(HLLPolicy, String, IList) Method

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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation Add(
	HLLPolicy policy,
	string binName,
	IList list
)

Parameters

policy  HLLPolicy
write policy, use Default for default
binName  String
name of bin
list  IList
list of values to be added

Return Value

Operation

See Also