| DfsMetricsDfsCapacityUsed Property |
Gets or sets the storage capacity that is used by files on the DFS.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public long DfsCapacityUsed { get; }
Public ReadOnly Property DfsCapacityUsed As Long
Get
public:
property long long DfsCapacityUsed {
long long get ();
}
member DfsCapacityUsed : int64 with get
Property Value
Type:
Int64The storage capacity that is used by files on the DFS; this includes space used by replicated blocks.
See Also