User.readInfo Field

List of read statistics. List may be null. Current statistics by offset are:
  • 0: read quota in records per second
  • 1: single record read transaction rate (TPS)
  • 2: read scan/query record per second rate (RPS)
  • 3: number of limitless read scans/queries
Future server releases may add additional statistics.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public List<uint> readInfo

Field Value

List<UInt32>

See Also