SearchAnalyticsJobBase.NextAnalysisRunSchedule enumeration
SharePoint 2013
Represents an enumeration that can be used to specify when to schedule the next analysis job run.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
| Member name | Description | |
|---|---|---|
| NormalSchedule | The next analysis job should be run on the next day, at some configured time. By default this is at 00:00. | |
| NextTimerjobPoll | The next analysis job should be run on the next timer job poll. | |
| Immediately | The next analysis job should be run immediately. | |
| TwoHours | The next analysis job should be run in two hours from now. | |
| ThreeHours | The next analysis job should be run in three hours from now. | |
| SixHours | The next analysis job should be run in six hours from now. | |
| TwelveHours | The next analysis job should be run in twelve hours from now. |
Show: