HLLOperationGetCount Method

Create HLL getCount operation. Server returns estimated number of elements in the HLL bin.

Definition

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

Parameters

binName  String
name of bin

Return Value

Operation

See Also