public static interface SourceSchedule.Frequency
- `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.
static final String DAILY
static final String WEEKLY
static final String MONTHLY
static final String FIVE_MINUTES
static final String HOURLY
Copyright © 2024 IBM Cloud. All rights reserved.