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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: CmTimeslot
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ