AGConnectCloudDBZoneSyncProperty enum

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.

Inheritance

Constructors

AGConnectCloudDBZoneSyncProperty()
const

Values

CLOUDDBZONE_LOCAL_ONLY → const AGConnectCloudDBZoneSyncProperty

Local mode.

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

CLOUDDBZONE_CLOUD_CACHE → const AGConnectCloudDBZoneSyncProperty

Cache mode.

Data is stored on the cloud, and data on the device is a subset of data on the cloud. If persistent cache is allowed, Cloud DB supports the automatic caching of query results 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.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AGConnectCloudDBZoneSyncProperty>
A constant List of the values in this enum, in order of their declaration.