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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.10.0 (3.9.10)
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.
- minHashBitCount
- Type: System Int32
number of min hash bits. Must be between 4 and 58 inclusive.
See Also