Rdb_Statistic
Overview
Defines a struct for the device-cloud sync statistics of a database table.
Since: 11
Related module: RDB
Summary
Member Variables
| Name | Description |
|---|---|
| total | Total number of rows to be synchronized between the device and cloud in the database table. |
| successful | Number of rows that are successfully synchronized between the device and cloud in the database table. |
| failed | Number of rows that failed to be synchronized between the device and cloud in the database table. |
| remained | Number of rows that are not executed for device-cloud sync in the database table. |