HLLOperationFold 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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation Fold(
	string binName,
	int indexBitCount
)

Parameters

binName  String
name of bin
indexBitCount  Int32
number of index bits. Must be between 4 and 16 inclusive.

Return Value

Operation

See Also