| DfsMetricsTotalBlockCount Property |
Gets or sets the total number of blocks. This does not include pending blocks.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public int TotalBlockCount { get; set; }
Public Property TotalBlockCount As Integer
Get
Set
public:
property int TotalBlockCount {
int get ();
void set (int value);
}
member TotalBlockCount : int with get, set
Property Value
Type:
Int32
The the total number of non-pending blocks.
See Also