Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TriggerSchedule

Specifies a trigger schedule. Timing information for when to initiate automated syncs.

Properties

Optional customSchedule

customSchedule: undefined | string

Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.

scheduleType

scheduleType: ScheduleType

Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.

Functions

getDeserializedJsonObj

getJsonObj