 | DfsInputStreamDataServerErrors Property |
Gets the number of errors encountered while reading data from the data servers.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int DataServerErrors { get; }
Public ReadOnly Property DataServerErrors As Integer
Get
public:
property int DataServerErrors {
int get ();
}
member DataServerErrors : int with 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