Click or drag to resize

QueryTimeoutException Class

A server timeout during a query. Such an exception is returned when the query has been tried by a server coordinator but cannot be achieved with the requested consistency level within the rpc timeout set at server level.
Inheritance Hierarchy
System.Object
  System.Exception
    Cassandra.DriverException
      Cassandra.QueryValidationException
        Cassandra.QueryExecutionException
          Cassandra.QueryTimeoutException
            Cassandra.ReadTimeoutException
            Cassandra.WriteTimeoutException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public abstract class QueryTimeoutException : QueryExecutionException

The QueryTimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodQueryTimeoutException
Initializes a new instance of the QueryTimeoutException class
Top
Properties
  NameDescription
Public propertyConsistencyLevel
Gets the consistency level of the operation that time outed.
Public propertyReceivedAcknowledgements
Gets the number of replica that had acknowledged/responded to the operation before it time outed.
Public propertyRequiredAcknowledgements
Gets the minimum number of replica acknowledgements/responses that were required to fulfill the operation.
Top
See Also