Frequency
public enum Frequency : String
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.
-
Undocumented
Declaration
Swift
case daily = "daily"
-
Undocumented
Declaration
Swift
case weekly = "weekly"
-
Undocumented
Declaration
Swift
case monthly = "monthly"
-
Undocumented
Declaration
Swift
case fiveMinutes = "five_minutes"
-
Undocumented
Declaration
Swift
case hourly = "hourly"