A CmTimeslotList collection specifying a list of CmTimeslot objects, each of which represents a timeslot used to schedule a background IBM® Content Search Engine Services indexing task. Each timeslot specifies a local start time and day (relative to the server running the background task), and a duration. The list of timeslots controls when the indexing jobs background task is allowed to run, enabling administrators to schedule heavy indexing loads so they take place during off-peak hours. If there are no timeslots specified (the default), the indexing job task will run unrestricted and can run continuously (given enough indexing jobs).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IndexingJobTimeslots As ICmTimeslotList
C#
ICmTimeslotList IndexingJobTimeslots { get; set; }
Visual C++
property ICmTimeslotList^ IndexingJobTimeslots {
	ICmTimeslotList^ get ();
	void set (ICmTimeslotList^ value);
}
JavaScript
function get_indexingJobTimeslots();
function set_indexingJobTimeslots(value);

ToggleRemarks

ToggleSee Also