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.

Implementation

int? timeoutInSeconds;