queueWait property

Duration? queueWait
final

Time the driver spent waiting for the connection's operation gate.

This is client-side queueing, not server CPU. The driver does not measure server CPU, and this field is not a substitute for it.

Implementation

final Duration? queueWait;