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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation GetUnionCount( 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