Keyoti SearchUnit API Docs
ServiceRebuildHour Property
API DocumentationKeyoti.SearchEngineConfigurationServiceRebuildHour
Keyoti SearchUnit v6
The hour when the reindexing will start (int hour, 0-23)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int ServiceRebuildHour { get; set; }
public int ServiceRebuildHour { get; set; }
Public Property ServiceRebuildHour As Integer
	Get
	Set
Public Property ServiceRebuildHour As Integer
	Get
	Set
public:
property int ServiceRebuildHour {
	int get ();
	void set (int value);
}
public:
property int ServiceRebuildHour {
	int get ();
	void set (int value);
}
member ServiceRebuildHour : int with get, set
member ServiceRebuildHour : int with get, set
Property Value
Remarks
The hour of the day at which the first indexing operation will happen. Eg. if this is set to 1, then the index will be built at 1am - further, if the frequency is set to 6, then indexing will start at 1am, and be performed at 7am, 1pm, 7pm and again at 1am and so on.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120