1# Rdb_Statistic 2<!--Kit: ArkData--> 3<!--Subsystem: DistributedDataManager--> 4<!--Owner: @baijidong--> 5<!--Designer: @widecode; @htt1997--> 6<!--Tester: @yippo; @logic42--> 7<!--Adviser: @ge-yafang--> 8 9## 概述 10 11描述数据库表的端云同步过程的统计信息。 12 13**起始版本:** 11 14 15**相关模块:** [RDB](capi-rdb.md) 16 17**所在头文件:** [relational_store.h](capi-relational-store-h.md) 18 19## 汇总 20 21### 成员变量 22 23| 名称 | 描述 | 24| -------------- | ---------------------------------------- | 25| int total | 表示数据库表中需要端云同步的总行数。 | 26| int successful | 表示数据库表中端云同步成功的行数。 | 27| int failed | 表示数据库表中端云同步失败的行数。 | 28| int remained | 表示数据库表中端云同步剩余未执行的行数。 | 29 30