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