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

!15900 [翻译完成】#I6INL9

Merge pull request !15900 from Annie_wang/PR15251
...@@ -17,7 +17,7 @@ Call **createDistributedObject()** to create a distributed data object instance. ...@@ -17,7 +17,7 @@ Call **createDistributedObject()** to create a distributed data object instance.
**Table 1** API for creating a distributed data object instance **Table 1** API for creating a distributed data object instance
| Bundle Name| API| Description| | Package | API| Description|
| -------- | -------- | -------- | | -------- | -------- | -------- |
| ohos.data.distributedDataObject| createDistributedObject(source: object): DistributedObject | Creates a distributed data object instance for data operations.<br>- **source**: attributes of the distributed data object to create.<br>- **DistributedObject**: returns the distributed data object created.| | ohos.data.distributedDataObject| createDistributedObject(source: object): DistributedObject | Creates a distributed data object instance for data operations.<br>- **source**: attributes of the distributed data object to create.<br>- **DistributedObject**: returns the distributed data object created.|
...@@ -27,7 +27,7 @@ Call **genSessionId()** to generate a session ID randomly. The generated session ...@@ -27,7 +27,7 @@ Call **genSessionId()** to generate a session ID randomly. The generated session
**Table 2** API for generating a session ID randomly **Table 2** API for generating a session ID randomly
| Bundle Name| API| Description| | Package | API| Description|
| -------- | -------- | -------- | | -------- | -------- | -------- |
| ohos.data.distributedDataObject| genSessionId(): string | Generates a session ID, which can be used as the session ID of a distributed data object.| | ohos.data.distributedDataObject| genSessionId(): string | Generates a session ID, which can be used as the session ID of a distributed data object.|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册