timeoutInSeconds property Null safety

int timeoutInSeconds
read / write

Number of seconds before a Query times out.

A Query will fail and throw a QueryException if timeoutInSeconds seconds elapse before the query completes. Defaults to 30 seconds.

Implementation

int timeoutInSeconds = 30;