NodeGetErrorCountByNS Method

Return transaction error count by namespace. The value is cumulative and not reset per metrics interval.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.1.0+5933a5a54dcb0179652c01f6f4d6ef13e789846e
C#
public long GetErrorCountByNS( string ns )

Parameters

ns  String
 

Return Value

Int64

See Also