Create expression that creates a new HLL or resets an existing HLL.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Exp Init( HLLPolicy policy, Exp indexBitCount, Exp bin )
Parameters
- policy
- Type: Aerospike.ClientHLLPolicy
write policy, use Default for default - indexBitCount
- Type: Aerospike.ClientExp
number of index bits expression. Must be between 4 and 16 inclusive. - bin
- Type: Aerospike.ClientExp
HLL bin or value expression
Return Value
Type: ExpSee Also