Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在同步期间当下载由于通信错误而失败时,此参数控制 UltraLite 是否保留部分下载而不回退更改。
根据所使用的 API 不同,语法会有所变化。该语法在 UltraLiteJ 中不可用。
False,表示 UltraLite 在下载失败后将回退所有更改。
布尔值
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.keep_partial_download = ul_true;