Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SyncProperty

en

Synchronization property of the Cloud DB zone, which specifies whether to synchronize data of Cloud DB zone between the device and the cloud and the synchronization mode.

zh

Cloud DB zone 的数据同步属性,用于定义 Cloud DB zone 端侧与云侧的数据是否进行同步。

Index

Enumeration members

CLOUDDBZONE_CLOUD_CACHE

CLOUDDBZONE_CLOUD_CACHE: = 2
en

Cache mode. Data is stored on the cloud. Data on the device is a subset of data on the cloud and is cached on the device. After a listener is registered on the device to listen on the data on the cloud, the device is notified only when the data on the cloud changes.

zh

缓存模式,数据存储在云侧,端侧缓存的数据是云侧数据的子集。在端侧对云侧数据注册侦听后,云侧数据变化时,才会通知端侧。

CLOUDDBZONE_LOCAL_ONLY

CLOUDDBZONE_LOCAL_ONLY: = 1
en

Local mode. Data is stored only on the device and is not synchronized to the cloud.

zh

本地模式,数据只存储在端侧,不同步至云侧。

Generated using TypeDoc