  | DataServerConfigurationElementStatusUpdateInterval Property | 
            Gets or sets the interval at which the data server should send status updates
            (including disk space reports) to the name server.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int StatusUpdateInterval { get; set; }Public Property StatusUpdateInterval As Integer
	Get
	Set
public:
property int StatusUpdateInterval {
	int get ();
	void set (int value);
}member StatusUpdateInterval : int with get, set
Property Value
Int32
            The interval at which the data server should send status updates, in seconds. The default value is 60.
            
Remarks
            Disk space status updates are always sent after blocks are received or deleted, regardless
            of this value.
            
See Also