HLLOperation GetUnionCount Method Aerospike
Create HLL getUnionCount operation. Server returns estimated number of elements that would be contained by the union of these HLL objects.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax

Parameters

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