AGConnectCloudDBZoneConfig class

Constructors

AGConnectCloudDBZoneConfig({required String zoneName, AGConnectCloudDBZoneSyncProperty syncProperty = AGConnectCloudDBZoneSyncProperty.CLOUDDBZONE_CLOUD_CACHE, AGConnectCloudDBZoneAccessProperty accessProperty = AGConnectCloudDBZoneAccessProperty.CLOUDDBZONE_PUBLIC, int capacity = 104857600, bool isPersistenceEnabled = true, String key = '', String reKey = ''})

Properties

accessProperty AGConnectCloudDBZoneAccessProperty
final
capacity int
final
hashCode int
The hash code for this object.
no setterinherited
isEncrypted bool
final
isPersistenceEnabled bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncProperty AGConnectCloudDBZoneSyncProperty
final
zoneName String
final

Methods

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

Operators

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