HLLOperation SetUnion Method Aerospike
Create HLL set union operation. Server sets union of specified HLL objects with HLL bin. Server does not return a value.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.11.0 (3.9.11)
Syntax

Parameters

policy
Type: Aerospike.Client HLLPolicy
write policy, use for default
binName
Type: System String
name of bin
list
Type: System.Collections.Generic IList Value HLLValue 
list of HLL objects
See Also