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