HLLExp Init Method (HLLPolicy, Exp, Exp, Exp)Aerospike
Create expression that creates a new HLL or resets an existing HLL with minhash bits.

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

Parameters

policy
Type: Aerospike.Client HLLPolicy
write policy, use Default for default
indexBitCount
Type: Aerospike.Client Exp
number of index bits expression. Must be between 4 and 16 inclusive.
minHashBitCount
Type: Aerospike.Client Exp
number of min hash bits expression. Must be between 4 and 51 inclusive.
bin
Type: Aerospike.Client Exp
HLL bin or value expression
See Also