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: 4.1.0.0 (4.1.0)
Syntax

Parameters

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