AtClientPreference class

Class to hold attributes for client preferences. Set the preferences for your application and pass it to AtClientImpl.getClient.

Constructors

AtClientPreference()

Properties

commitLogPath String?
Local device path of commit log
getter/setter pair
cramSecret String?
Shared secret of the atSign
getter/setter pair
downloadPath String?
Default path to download stream files
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiveStoragePath String?
Local device path of hive storage
getter/setter pair
isLocalStoreRequired bool
Specify whether local store is required
getter/setter pair
keyStoreSecret List<int>?
Secret key to encrypt keystore data
getter/setter pair
maxDataSize int
Maximum data size a secondary can store. Temporary solution. Have to fetch this from server using stats verb.
getter/setter pair
namespace String?
Specifies the namespace of an app.
getter/setter pair
outboundConnectionTimeout int
Idle time in milliseconds of connection to secondary server. Default to 10 minutes.
getter/setter pair
privateKey String?
Private key of the atSign
getter/setter pair
rootDomain String
Domain of the root server. Defaults to root.atsign.wtf
getter/setter pair
rootPort int
Port of the root server. Defaults to 64
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncBatchSize int
Number of keys to batch for sync to secondary server
getter/setter pair
syncIntervalMins int
Frequency of sync task to run in minutes. Defaults to 10 minutes.
getter/setter pair
syncRegex String?
regex to perform sync
getter/setter pair
syncStrategy SyncStrategy?
Syncing strategy of the client SyncStrategy
getter/setter pair

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