| 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: 2.0.0
Syntax public int DataServerErrors { get; }
Public ReadOnly Property DataServerErrors As Integer
Get
public:
property int DataServerErrors {
int get ();
}
member DataServerErrors : int with get
Property Value
Type:
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