HLLOperationInit(HLLPolicy, String, Int32) Method

Create HLL init operation. Server creates a new HLL or resets an existing HLL. Server does not return a value.

Definition

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

Parameters

policy  HLLPolicy
write policy, use Default for default
binName  String
name of bin
indexBitCount  Int32
number of index bits. Must be between 4 and 16 inclusive.

Return Value

Operation

See Also