HLLOperation GetUnion Method Aerospike
Create HLL getUnion operation. Server returns an HLL object that is the union of all specified HLL objects in the list with the HLL bin.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.10.0 (3.9.10)
Syntax

Parameters

binName
Type: System String
name of bin
list
Type: System.Collections.Generic IList HLLValue 
list of HLL objects
See Also