Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在同步期间当下载由于通信错误而失败时,同步过程会设置此字段来表示 UltraLite 是否应用这些已下载的更改而不是回退这些更改。
根据所使用的 API 不同,语法会有所变化。在 UltraLiteJ 中不可用。
布尔值
如果发生下载错误并且保留了部分下载,则在同步期间设置此参数。
仅当保留部分下载参数设置为 true 时,才会保留部分下载。请参见Keep Partial Download 同步参数。
按如下方法访问此参数:
ul_sync_info info; // ... returncode=info.partial_download_retained;