HLLOperationGetUnion Method
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: 6.0.1
public static Operation GetUnion(
string binName,
IList<ValueHLLValue> list
)
- binName String
- name of bin
- list IListValueHLLValue
- list of HLL objects
Operation