Create HLL describe operation.
Server returns indexBitCount and minHashBitCount used to create HLL bin in a list of longs.
The list size is 2.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static Operation Describe( string binName )
Parameters
- binName
- Type: SystemString
name of bin
Return Value
Type: OperationSee Also