Fixed wrong documentation in ScheduledTrigger. The property name is preferredOperation instead of preferredOp.

This commit is contained in:
Shalin Shekhar Mangar 2018-08-29 13:11:54 +05:30
parent 0fbb2d19d6
commit ad513cb621

View File

@ -335,7 +335,7 @@ The trigger supports the following configuration:
`timeZone`:: `timeZone`::
(string, optional) A time zone string which is used for calculating the scheduled times. (string, optional) A time zone string which is used for calculating the scheduled times.
`preferredOp`:: `preferredOperation`::
(string, optional, defaults to `MOVEREPLICA`) The preferred operation to perform in response to an event generated by this trigger. The only supported values are `MOVEREPLICA` or `ADDREPLICA`. (string, optional, defaults to `MOVEREPLICA`) The preferred operation to perform in response to an event generated by this trigger. The only supported values are `MOVEREPLICA` or `ADDREPLICA`.
This trigger applies the `every` date math expression on the `startTime` or the last event time to derive the next scheduled time and if current time is greater than next scheduled time but within `graceTime` then an event is generated. This trigger applies the `every` date math expression on the `startTime` or the last event time to derive the next scheduled time and if current time is greater than next scheduled time but within `graceTime` then an event is generated.