ConnectionStats Class

Connection statistics.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class ConnectionStats
Inheritance
Object    ConnectionStats

Constructors

ConnectionStats Connection statistics constructor.

Methods

ToString Convert statistics to string.
(Overrides ObjectToString)

Fields

closed Total number of node connections closed since node creation.
inPool Connections residing in connection pool(s).
inUse Active connections in currently executing commands.
opened Total number of node connections opened since node creation.

See Also