Class ReadTimeoutException
A server timeout during a read query.
Inheritance
ReadTimeoutException
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class ReadTimeoutException : QueryTimeoutException, ISerializable
Constructors
ReadTimeoutException(ConsistencyLevel, int, int, bool)
Declaration
public ReadTimeoutException(ConsistencyLevel consistency, int received, int required, bool dataPresent)
Parameters
| Type | Name | Description |
|---|---|---|
| ConsistencyLevel | consistency | |
| int | received | |
| int | required | |
| bool | dataPresent |
Properties
WasDataRetrieved
Declaration
public bool WasDataRetrieved { get; }
Property Value
| Type | Description |
|---|---|
| bool |