Click or drag to resize

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; }

Property Value

Type: Int32
The total number of blocks that have not yet been committed.
See Also