queryTimeout property

Duration? queryTimeout
final

Max amount of time to wait for query execution on server.

If specified, this value is sent as the X-Query-Timeout header in requestHeaders.

Implementation

final Duration? queryTimeout;