Click or drag to resize

DfsInputStreamDataServerErrors Property

Gets the number of errors encountered while reading data from the data servers.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int DataServerErrors { get; }

Property Value

Int32
The number of errors encountered while reading data from the data servers.
Remarks
If the read operation completes successfully, and this value is higher than zero, it means the error was recovered from.
See Also