HLLOperationDescribe Method

Create HLL describe operation. Server returns indexBitCount and minHashBitCount used to create HLL bin in a list of longs. The list size is 2.

Definition

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

Parameters

binName  String
name of bin

Return Value

Operation

See Also