Parameter of
FailoverOptions, MonitorConfiguration
Properties
Name | Enumeration | Description |
---|---|---|
Apply | 0 | This value will apply the data in the target queue before starting failover. |
Flush | 1 | This value will discard the data in the target queue and start failover immediately. |
Revert | 2 |
If the target data is in a bad state, this value will revert to the last good snapshot, if snapshots are available. If the target data is in a good state or no snapshots are available, this value will apply the data in the target queue and then failover. |
Unknown | 3 | The action is unknown. |