| 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.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public 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
Type:
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