Parameters for Time-Controlled Synchronization

Use

The following parameters are available to configure time-controlled synchronization:

Parameters in Default.properties and Configuration.properties

Parameters

Description

MobileEngine.Sync.TimedSyncActive

Defines whether synchronization should start automatically at a defined time interval as a background job. If this parameter is true , you also have to set parameter MobileEngine.Sync.TimedSyncTimeInterval.

Possible values: true , false .

Default value: false

MobileEngine.Sync.TimedSyncTimeInterval

Time between two synchronization calls in milliseconds. Enter, for example, one minute as 60000 .

Default value: not set.

MobileEngine.Sync.Background.Filter

Defines if synchronization is only started if there is modified application data. The client evaluates this parameter only if MobileEngine.Sync.TimedSyncActive=true

Possible values: true , false

Default value: false