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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation GetUnion( string binName, IList<ValueHLLValue> list )
Parameters
- binName
- Type: SystemString
name of bin - list
- Type: System.Collections.GenericIListValueHLLValue
list of HLL objects
Return Value
Type: OperationSee Also