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: 4.1.5.0 (4.1.5)
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