  | DataServerMetricsDiskSpaceFree Property | 
            Gets or sets the amount of free disk space on the disk holding the blocks.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic long DiskSpaceFree { get; set; }Public Property DiskSpaceFree As Long
	Get
	Set
public:
property long long DiskSpaceFree {
	long long get ();
	void set (long long value);
}member DiskSpaceFree : int64 with get, set
Property Value
Int64
            The amount of free disk space on the disk holding the blocks, in bytes.
            
See Also