ConnectionStats Constructor

Connection statistics constructor.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public ConnectionStats(
	int inPool,
	int inUse,
	int opened,
	int closed
)

Parameters

inPool  Int32
 
inUse  Int32
 
opened  Int32
 
closed  Int32
 

See Also