Click or drag to resize
StatementReadTimeoutMillis Property
Gets the per-host read timeout for this statement.

When the value is 0 or lower, the default value from the socket options will be used.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public int ReadTimeoutMillis { get; }

Property Value

Type: Int32

Implements

IStatementReadTimeoutMillis
See Also