From f0e74bec695c674a7826b59ba1ce4d546375f8e6 Mon Sep 17 00:00:00 2001 From: wangkai Date: Thu, 13 Oct 2022 15:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=B8=83=E5=BC=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangkai --- .../reference/apis/js-apis-distributed-data.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 f907332874..bede5e9af5 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 @@ -562,7 +562,7 @@ on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): voi 订阅服务状态变更通知,此方法为同步方法。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore **参数:** @@ -593,7 +593,7 @@ off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): v 取消订阅服务状态变更通知,此方法为同步方法。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore **参数:** @@ -680,7 +680,7 @@ KVStore常量。 表示数据库模式,可以在创建或打开数据库时创建Schema对象并将它们放入[Options](#options)中。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | 名称 | 类型 | 说明 | | --- | ---- | ----------------------- | @@ -695,13 +695,13 @@ constructor() 用于创建Schema实例的构造函数。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore ## FieldNode8+ ## 表示 Schema 实例的节点,提供定义存储在数据库中的值的方法。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore | 名称 | 类型 | 说明 | | --- | ---- | ----------------------- | @@ -715,7 +715,7 @@ constructor(name: string) 用于创建带有string字段FieldNode实例的构造函数。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore **参数:** @@ -729,7 +729,7 @@ appendChild(child: FieldNode): boolean 在当前 FieldNode 中添加一个子节点。 -**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore。 +**系统能力:** SystemCapability.DistributedDataManager.KVStore.DistributedKVStore **参数:** -- GitLab