diff --git a/en/application-dev/reference/apis/js-apis-distributed-data.md b/en/application-dev/reference/apis/js-apis-distributed-data.md index 6bbe4a0111f7fa6d409457e705af60cf6d0376c7..480a528124da0305fb8235893f9b0d78b8d2eb15 100644 --- a/en/application-dev/reference/apis/js-apis-distributed-data.md +++ b/en/application-dev/reference/apis/js-apis-distributed-data.md @@ -575,13 +575,12 @@ Provides KV store configuration. Defines the KV store types. -**System capability**: SystemCapability.DistributedDataManager.KVStore.Core | Name | Default Value| Description | | --- | ---- | ----------------------- | -| DEVICE_COLLABORATION | 0 | Device KV store. | -| SINGLE_VERSION | 1 | Single KV store. | -| MULTI_VERSION | 2 | Multi-version KV store. This type is not supported currently. | +| DEVICE_COLLABORATION | 0 | Device KV store.
**System capability**: SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | +| SINGLE_VERSION | 1 | Single KV store.
**System capability**: SystemCapability.DistributedDataManager.KVStore.Core | +| MULTI_VERSION | 2 | Multi-version KV store. This type is not supported currently.
**System capability**: SystemCapability.DistributedDataManager.KVStore.DistributedKVStore| ## SecurityLevel 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 b24c380f3546c3f3b1e4d2db409cfc98baa6e76e..89d0b8b9668f93108ed87946d88d19a82f28e53c 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