HLLOperation.Fold Method
Create HLL fold operation.
Servers folds indexBitCount to the specified value.
This can only be applied when minHashBitCount on the HLL bin is 0.
Server does not return a value.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Fold(
string binName,
int indexBitCount
)
- binName String
- name of bin
- indexBitCount Int32
- number of index bits. Must be between 4 and 16 inclusive.
Operation