未验证 提交 1ab958d1 编写于 作者: O openharmony_ci 提交者: Gitee

!7276 3.1Release分支:type的统一修改,需同步翻译

Merge pull request !7276 from 葛亚芳/OpenHarmony-3.1-Release
......@@ -789,7 +789,7 @@ notIn(field: string, value: Array<ValueType>): DataAbilityPredicates
**系统能力:** SystemCapability.DistributedDataManager.DataShare.Core。
| 名称 | 说明 |
| 类型 | 说明 |
| ------- | -------------------- |
| number | 表示值类型为数字。 |
| string | 表示值类型为字符。 |
......
......@@ -1682,7 +1682,7 @@ try {
**系统能力:** 以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 说明 |
| 类型 | 说明 |
| -------- | -------- |
| number | 表示值类型为数字。 |
| string | 表示值类型为字符。 |
......@@ -1691,13 +1691,13 @@ try {
## ValuesBucket
用于存储键值对。
用于存储键值对的类型
**系统能力:** 以下各项对应的系统能力均为SystemCapability.DistributedDataManager.RelationalStore.Core。
| 名称 | 参数类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| [key: string] | [ValueType](#valuetype)\| Uint8Array \| null | 是 | 用于存储键值对。 |
| 键类型 | 值类型 |
| -------- | -------- |
| string | [ValueType](#valuetype)\| Uint8Array \| null |
## SyncMode<sup>8+</sup>
......
......@@ -791,7 +791,7 @@ off(type: 'change', callback: Callback&lt;StorageObserver&gt;): void
**系统能力:** SystemCapability.DistributedDataManager.Preferences.Core
| 名称 | 说明 |
| 类型 | 说明 |
| ------- | -------------------- |
| number | 表示值类型为数字。 |
| string | 表示值类型为字符。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册