未验证 提交 5d0a9b47 编写于 作者: O openharmony_ci 提交者: Gitee

!12767 分布式数据管理文档优化(monthly-1018)

Merge pull request !12767 from Wangkai/cherry-pick-1671612090
...@@ -593,7 +593,7 @@ KVStore数据库类型枚举。 ...@@ -593,7 +593,7 @@ KVStore数据库类型枚举。
| --- | ---- | ----------------------- | | --- | ---- | ----------------------- |
| DEVICE_COLLABORATION | 0 | 表示多设备协同数据库。<br> **数据库特点:** 数据以设备的维度管理,不存在冲突;支持按照设备的维度查询数据。<br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | | DEVICE_COLLABORATION | 0 | 表示多设备协同数据库。<br> **数据库特点:** 数据以设备的维度管理,不存在冲突;支持按照设备的维度查询数据。<br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore |
| SINGLE_VERSION | 1 | 表示单版本数据库。<br> **数据库特点:** 数据不分设备,设备之间修改相同的key会覆盖。 <br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.Core | | SINGLE_VERSION | 1 | 表示单版本数据库。<br> **数据库特点:** 数据不分设备,设备之间修改相同的key会覆盖。 <br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.Core |
| MULTI_VERSION | 2 | 表示多版本数据库。此类型当前不允许使用<br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | | MULTI_VERSION | 2 | 表示多版本数据库。当前暂不支持使用此接口<br>**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore |
## SecurityLevel ## SecurityLevel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册