FlowTriggerConfigTriggerPropertiesScheduled class
Constructors
-
FlowTriggerConfigTriggerPropertiesScheduled({Input<String?>? dataPullMode, Input<String?>? firstExecutionFrom, Input<String?>? scheduleEndTime, required Input<String> scheduleExpression, Input<int?>? scheduleOffset, Input<String?>? scheduleStartTime, Input<String?>? timezone})
-
Creates a new FlowTriggerConfigTriggerPropertiesScheduled.
dataPullMode Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are Incremental and Complete.
firstExecutionFrom Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.
scheduleEndTime Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.
scheduleExpression Scheduling expression that determines the rate at which the schedule runs, for example rate(5minutes).
scheduleOffset Offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.
scheduleStartTime Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.
timezone Time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
const
-
FlowTriggerConfigTriggerPropertiesScheduled.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
dataPullMode
→ Input<String?>?
-
Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are
Incremental and Complete.
final
-
firstExecutionFrom
→ Input<String?>?
-
Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
scheduleEndTime
→ Input<String?>?
-
Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.
final
-
scheduleExpression
→ Input<String>
-
Scheduling expression that determines the rate at which the schedule runs, for example
rate(5minutes).
final
-
scheduleOffset
→ Input<int?>?
-
Offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.
final
-
scheduleStartTime
→ Input<String?>?
-
Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.
final
-
timezone
→ Input<String?>?
-
Time zone used when referring to the date and time of a scheduled-triggered flow, such as
America/New_York.
final