Interface SourceSchedule.Frequency
- Enclosing class:
- SourceSchedule
public static interface SourceSchedule.Frequency
The crawl schedule in the specified **time_zone**.
- `five_minutes`: Runs every five minutes. - `hourly`: Runs every hour. - `daily`: Runs every day between 00:00 and 06:00. - `weekly`: Runs every week on Sunday between 00:00 and 06:00. - `monthly`: Runs the on the first Sunday of every month between 00:00 and 06:00.
-
Field Summary
-
Field Details
-
DAILY
daily.- See Also:
- Constant Field Values
-
WEEKLY
weekly.- See Also:
- Constant Field Values
-
MONTHLY
monthly.- See Also:
- Constant Field Values
-
FIVE_MINUTES
five_minutes.- See Also:
- Constant Field Values
-
HOURLY
hourly.- See Also:
- Constant Field Values
-