Cloudsync Properties
Page 11 of 17

cloudscape.refresh.guaranteedRefreshInterval

Function

The cloudscape.refresh.guaranteedRefreshInterval property sets the maximum amount of time that a target database can wait between refreshes. If this interval is exceeded, the target can no longer be refreshed. If this happens, create a new target.

The cloudscape.refresh.guaranteedRefreshInterval property is set at the source and affects all targets connecting to that source. This property is only meaningful at a source database.

The cloudscape.refresh.guaranteedRefreshInterval property limits how much storage space is set aside to store historical information supporting target refreshes. Decreasing the interval frees up storage space. Increasing the interval does not allow targets that have already passed the previously set interval to refresh.

Make sure not to drop classes that are used to store data in published tables until the refresh interval has expired.

Syntax

cloudscape.refresh.guaranteedRefreshInterval=<integer> {h | d}

where h is hours and d is days.

Default

One week (7d).

Example

To set the refresh interval to five hours:

cloudscape.refresh.guaranteedRefreshInterval=5h

Scope

System-wide