1# Rdb_ProgressDetails 2 3## Overview 4 5Defines a struct for statistics of the overall device-cloud sync (upload and download) tasks of an RDB store. 6 7**Since**: 11 8 9**Related module**: [RDB](capi-rdb.md) 10 11**Header file**: [relational_store.h](capi-relational-store-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name | Description | 18| ------------------- | --------------------------------------- | 19| int version | Version of the **OH_TableDetails** struct.| 20| int schedule | Device-cloud sync process. | 21| int code | Device-cloud sync state. | 22| int32_t tableLength | Number of the tables synced between the device and cloud. | 23