timeoutInSeconds property

int timeoutInSeconds
getter/setter pair

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;