Click or drag to resize

QueryOptions Properties

The QueryOptions type exposes the following members.

Properties
  NameDescription
Public propertyRetryOnTimeout
Gets a value that determines if the client should retry when it didn't hear back from a host within ReadTimeoutMillis.

DEPRECATED: Instead, use OnRequestError(IStatement, Configuration, Exception, Int32) to control the behavior when OperationTimedOutException is obtained.

Top
See Also