• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Rdb_ProgressObserver
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| void* context                                                | 端云同步进度观察者的上下文。   |
26| [Rdb_ProgressCallback](capi-relational-store-h.md#rdb_progresscallback) callback | 端云同步进度观察者的回调函数。 |
27
28