HLLOperation Init Method (HLLPolicy, String, Int32)Aerospike
Create HLL init operation. 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: 3.9.12.0 (3.9.12)
Syntax

Parameters

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