Click or drag to resize

GraphOptionsReadTimeoutMillis Property

Gets the value that overrides the default per-host read timeout in milliseconds for all graph queries.

Default: Timeout.Infinite (-1).

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public int ReadTimeoutMillis { get; }

Property Value

Type: Int32
See Also