HLLOperationRefreshCount Method

Create HLL refresh operation. Server updates the cached count (if stale) and returns the count.

Definition

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

Parameters

binName  String
name of bin

Return Value

Operation

See Also