HLLOperationGetIntersectCount Method

Create HLL getIntersectCount operation. Server returns estimated number of elements that would be contained by the intersection of these HLL objects.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation GetIntersectCount(
	string binName,
	IList<ValueHLLValue> list
)

Parameters

binName  String
name of bin
list  IListValueHLLValue
list of HLL objects

Return Value

Operation

See Also