Create HLL getCount operation.
Server returns estimated number of elements in the HLL bin.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static Operation GetCount( string binName )
Parameters
- binName
- Type: SystemString
name of bin
Return Value
Type: OperationSee Also