HLLOperationGetSimilarity Method

Create HLL getSimilarity operation. Server returns estimated similarity of these HLL objects. Return type is a double.

Definition

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

Parameters

binName  String
name of bin
list  IListValueHLLValue
list of HLL objects

Return Value

Operation

See Also