From b1e002581bef3211573b34160e8fcb5cda73e0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 30 Jun 2022 02:25:07 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-distributed-data.md. Signed-off-by: @ge-yafang --- .../reference/apis/js-apis-distributed-data.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md index b24c380f35..89d0b8b966 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md @@ -585,13 +585,12 @@ try { KVStore数据库类型枚举。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.Core | 名称 | 值 | 说明 | | --- | ---- | ----------------------- | -| DEVICE_COLLABORATION | 0 | 表示多设备协同数据库。 | -| SINGLE_VERSION | 1 | 表示单版本数据库。 | -| MULTI_VERSION | 2 | 表示多版本数据库。此类型当前不允许使用。 | +| DEVICE_COLLABORATION | 0 | 表示多设备协同数据库。
**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | +| SINGLE_VERSION | 1 | 表示单版本数据库。
**系统能力:** SystemCapability.DistributedDataManager.KVStore.Core | +| MULTI_VERSION | 2 | 表示多版本数据库。此类型当前不允许使用。
**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | ## SecurityLevel -- GitLab