Power of 2 multiple between each range bucket in latency histograms starting at column 3. The bucket units
are in milliseconds. The first 2 buckets are "<=1ms" and ">1ms".
For example, latencyColumns=5 and latencyShift=3 produces the following histogram buckets:
<=1ms >1ms >8ms >64ms >512ms
Default: 3
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public int latencyShift
Field Value
Type: Int32See Also