| DfsInputStreamBlocksRead Property |
Gets the number of blocks read.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public int BlocksRead { get; }
Public ReadOnly Property BlocksRead As Integer
Get
public:
property int BlocksRead {
int get ();
}
member BlocksRead : int with get
Property Value
Type:
Int32
The number of blocks read.
See Also