Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
b2965b8d
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
b2965b8d
编写于
6月 06, 2023
作者:
S
srr101
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
检视意见修改
Signed-off-by:
N
srr101
<
songruirui1@huawei.com
>
上级
48240e5e
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
12 addition
and
15 deletion
+12
-15
zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.1/changelogs-distributeddatamgr.md
...logs/OpenHarmony_4.0.8.1/changelogs-distributeddatamgr.md
+12
-15
未找到文件。
zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.1/changelogs-distributeddatamgr.md
浏览文件 @
b2965b8d
# 分布式数据管理子系统ChangeLog
## cl.distributeddatamgr.1
valuebucket由系统接口变更为公共接口。
## cl.distributeddatamgr.1
ValuesBucket由系统接口变更为公共接口
**变更影响**
基于此前版本开发的应用,仅支持系统应用使用ValuesBucket。现接口类型中的系统接口标识取消,支持第三方
用户
使用。
基于此前版本开发的应用,仅支持系统应用使用ValuesBucket。现接口类型中的系统接口标识取消,支持第三方
开发者
使用。
**关键接口/组件变更**
修改前的接口原型:
```
ts
interface
ParamsSpec
{
/**
* Indicates possible value types
*
* @syscap SystemCapability.DistributedDataManager.DataShare.Core
* @systemapi
* @systemapi
* @StageModelOnly
* @since 9
*/
export
type
ValueType
=
number
|
string
|
boolean
;
}
```
修改后的接口原型:
```
ts
interface
ParamsSpec
{
/**
* Indicates possible value types
*
* @syscap SystemCapability.DistributedDataManager.DataShare.Core
* @StageModelOnly
* @since
9
* @since
10
*/
export
type
ValueType
=
number
|
string
|
boolean
;
}
```
## cl.distributeddatamgr.2 dataSharePredicates部分谓词由系统接口变更为公共接口
。
## cl.distributeddatamgr.2 dataSharePredicates部分谓词由系统接口变更为公共接口
**变更影响**
基于此前版本开发的应用,仅支持系统应用使用dataSharePredicates。现
部分谓词接口类型中的系统接口标识取消,支持第三方用户
使用。
基于此前版本开发的应用,仅支持系统应用使用dataSharePredicates。现
命名空间dataSharePredicates、类dataSharePredicates及类内部分谓词接口类型中的系统接口标识取消,支持第三方开发者
使用。
**关键接口/组件变更**
部分谓词接口的系统接口说明取消,涉及的接口有:
equalTo(field: string, value: ValueType): DataSharePredicates;
-
equalTo(field: string, value: ValueType): DataSharePredicates;
and(): DataSharePredicates;
-
and(): DataSharePredicates;
orderByAsc(field: string): DataSharePredicates;
-
orderByAsc(field: string): DataSharePredicates;
orderByDesc(field: string): DataSharePredicates;
-
orderByDesc(field: string): DataSharePredicates;
limit(total: number, offset: number): DataSharePredicates;
-
limit(total: number, offset: number): DataSharePredicates;
in(field: string, value: Array
<ValueType>
): DataSharePredicates;
\ No newline at end of file
-
in(field: string, value: Array
<ValueType>
): DataSharePredicates;
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录