Lines Matching refs:distributed

3 …g, querying, deleting, modifying, and subscribing to data objects, and distributed data object col…
20 Creates a distributed data object.
29 | source | object | Yes | Properties of the distributed data object. |
129 | version | number | Yes| Version of the distributed data object saved.|
130 | deviceId | string | Yes| ID of the device where the distributed data object is stored. The value …
159 Provides APIs for managing a distributed data object. Before using any API of this class, use [crea…
165 …e devices in the collaboration state in a trusted network, data of the distributed objects with th…
175distributed data object on a trusted network. The value can contain only letters, digits, and unde…
180 …rcode-universal.md) and [Distributed Data Object Error Codes](errorcode-distributed-dataObject.md).
191 // Add g_object to the distributed network.
195 // g_object exits the distributed network.
215 …| callback | AsyncCallback<void> | Yes| Callback invoked when the distributed data object ex…
219 …rcode-universal.md) and [Distributed Data Object Error Codes](errorcode-distributed-dataObject.md).
230 // Add g_object to the distributed network.
234 // Exit the distributed network.
244 …e devices in the collaboration state in a trusted network, data of the distributed objects with th…
254distributed data object on a trusted network. The value can contain only letters, digits, and unde…
264 …rcode-universal.md) and [Distributed Data Object Error Codes](errorcode-distributed-dataObject.md).
275 // Add g_object to the distributed network.
281 // Exit the distributed network.
293 Subscribes to data changes of this distributed data object.
302distributed data object.<br>**sessionId** indicates the session ID of the distributed data object.…
329 Unsubscribes from the data changes of this distributed data object.
338distributed data object.<br>**sessionId** indicates the session ID of the distributed data object.…
368 Subscribes to status changes of this distributed data object.
376 … **status**, which indicates the status change (online or offline) of the distributed data object.|
377 …rn the status change.<br>**sessionId** indicates the session ID of the distributed data object.<br…
399 Unsubscribes from the status change of this distributed data object.
407 … **status**, which indicates the status change (online or offline) of the distributed data object.|
408 …this distributed data object.<br>**sessionId** indicates the session ID of the distributed data ob…
433 Saves a distributed data object. This API uses an asynchronous callback to return the result.
482 Saves a distributed data object. This API uses a promise to return the result.
534 Revokes the data of this distributed data object saved. This API uses an asynchronous callback to r…
588 Revokes the data of this distributed data object saved. This API uses a promise to return the resul…
637 Binds joint assets. Currently, only the binding between an asset in a distributed data object and a…
639 When an asset in a distributed object and an asset in an RDB store point to the same entity asset f…
647 …| assetKey | string | Yes | Key of the joint asset in the distributed data obj…
719 Binds joint assets. Currently, only the binding between an asset in a distributed data object and a…
721 When an asset in a distributed object and an asset in an RDB store point to the same entity asset f…
729 …| assetKey | string | Yes | Key of the joint asset in the distributed data objec…
806 Creates a distributed data object.
818 | source | object | Yes | Properties of the distributed data object. |
847 Provides APIs for managing a distributed data object. Before using any API of this class, use [crea…
853 …e devices in the collaboration state in a trusted network, data of the distributed objects with th…
867 …| sessionId | string | No| ID of a distributed data object on a trusted network. To remove a distr…
892 // Add g_object to the distributed network.
894 // Remove g_object from the distributed network.
902 Subscribes to data changes of this distributed data object.
915distributed data object.<br>**sessionId** indicates the session ID of the distributed data object.…
948 Unsubscribes from the data changes of this distributed data object.
961distributed data object.<br>**sessionId** indicates the session ID of the distributed data object.…
997 Subscribes to status changes of this distributed data object.
1009 … **status**, which indicates the status change (online or offline) of the distributed data object.|
1010 …rn the status change.<br>**sessionId** indicates the session ID of the distributed data object.<br…
1039 Unsubscribes from the status change of this distributed data object.
1051 … **status**, which indicates the status change (online or offline) of the distributed data object.|
1052 …this distributed data object.<br>**sessionId** indicates the session ID of the distributed data ob…