HLLOperation Init Method (HLLPolicy, String, Int32, Int32)Aerospike
Create HLL init operation with minhash bits. Server creates a new HLL or resets an existing HLL. Server does not return a value.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.1.0 (4.1.1)
Syntax

Parameters

policy
Type: Aerospike.Client HLLPolicy
write policy, use Default for default
binName
Type: System String
name of bin
indexBitCount
Type: System Int32
number of index bits. Must be between 4 and 16 inclusive.
minHashBitCount
Type: System Int32
number of min hash bits. Must be between 4 and 51 inclusive.
See Also