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

Parameters

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