FlowTriggerConfigTriggerPropertiesScheduled

data class FlowTriggerConfigTriggerPropertiesScheduled(val dataPullMode: String? = null, val firstExecutionFrom: String? = null, val scheduleEndTime: String? = null, val scheduleExpression: String, val scheduleOffset: Int? = null, val scheduleStartTime: String? = null, val timezone: String? = null)

Constructors

constructor(dataPullMode: String? = null, firstExecutionFrom: String? = null, scheduleEndTime: String? = null, scheduleExpression: String, scheduleOffset: Int? = null, scheduleStartTime: String? = null, timezone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataPullMode: String? = null

Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are Incremental and Complete.

Link copied to clipboard

Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.

Link copied to clipboard
val scheduleEndTime: String? = null

Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.

Link copied to clipboard

Scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).

Link copied to clipboard
val scheduleOffset: Int? = null

Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.

Link copied to clipboard

Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.

Link copied to clipboard
val timezone: String? = null

Time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.