| DfsMetricsPendingBlockCount Property |
Gets or sets the total number of blocks that have not yet been committed.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public int PendingBlockCount { get; set; }
Public Property PendingBlockCount As Integer
Get
Set
public:
property int PendingBlockCount {
int get ();
void set (int value);
}
member PendingBlockCount : int with get, set
Property Value
Type:
Int32
The total number of blocks that have not yet been committed.
See Also