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

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
Syntax

Parameters

binName
Type: System String
name of bin
list
Type: System.Collections.Generic IList Value HLLValue 
list of HLL objects
See Also