Click or drag to resize

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

Property Value

Type: Int32
The the total number of non-pending blocks.
See Also