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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax
Parameters
- binName
- Type: System String
name of bin
- list
- Type: System.Collections.Generic IList Value HLLValue
list of HLL objects
See Also