An object of AGCCloudDBZone to be closed.
Cloud DB zone name. same zome id.
A AGCCloudDBZoneConfig object list. For details about the objects
event name
callback function
target node
event name
event callback
target node
event name
event callback
target node
AGCCloudDBZoneConfig object, which is used to create or open a configuration file of Cloud DB zone.
Specifies whether to allow Cloud DB zone object creation.
AGCCloudDBZone object. Developers can use this object to add, delete, modify, query, and listen on data.
AGCCloudDBZoneConfig object, which is used to create or open a configuration file of Cloud DB zone.
Specifies whether to allow Cloud DB zone object creation.
support names
Cloud DB zone name. same zome id.
Open or close network
Generated using TypeDoc
Developers can invoke this method to close a Cloud DB zone object opened on the device. Before using this method to close a Cloud DB zone, ensure that the data insertion, deletion, query, and snapshot listening operations based on the Cloud DB zone have been completed. After using Cloud DB zone to add, delete, modify, or query data, you can determine whether to close the Cloud DB zone to release resources occupied by Cloud DB zone. Closing Cloud DB zone does not delete underlying data files. If you attempt to close an inexistent Cloud DB zone or repeatedly close Cloud DB zone, the system returns a success message and does not report any exception.
开发者调用此方法关闭端侧打开的 Cloud DB zone 对象。 使用本方法关闭某个 Cloud DB zone 前,需要确保当前基于该 Cloud DB zone 的数据的插入、删除、查询和快照侦听操作已完成,否则会无法关闭。 开发者在使用一个 Cloud DB zone 进行数据增、删、改、查操作之后,可以根据需要选择是否暂时关闭该 Cloud DB zone,从而释放该 Cloud DB zone 占有的资源。关闭 Cloud DB zone 不删除底层的数据文件。关闭某个不存在的 Cloud DB zone,或者重复关闭时,系统均返回成功,不会抛出异常。