setCheckpointStore method

Specifies whether the client should perform extra store checkpoints to control the growth of the database store during synchronization.

Syntax
setCheckpoint16Store( Boolean value )
Parameters
  • value   Set to true to perform extra checkpoints, or set to false to only perform the required checkpoints.

Remarks

The checkpoint operation adds I/O operations for the application, and so slows synchronization. This option is most useful for large downloads with many updates. Devices with slow flash memory may not want to incur the performance penalty.