UserreadInfo 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: 7.0.1
C#
public List<uint> readInfo

Field Value

ListUInt32

See Also