DBConfig class

Constructors

DBConfig({required int dbVersion, required String dbType, required bool saveLocalDBLock, required int minDeletedCount, required int minDeletedSize, required bool saveBackupDBCompact, required bool autoCompact})
DBConfig.getDefault()
Default Setting
factory

Properties

autoCompact bool
When DB update,delete and database auto compact.
final
dbType String
DB type length: expected 4 bytes
final
dbVersion int
DB Version length: excepted 1 bytes
final
hashCode int
The hash code for this object.
no setterinherited
minDeletedCount int
final
minDeletedSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveBackupDBCompact bool
When DB Compact and create Old DB backup.
final
saveLocalDBLock bool
DB type length: expected 4 bytes
final

Methods

copyWith({int? dbVersion, String? dbType, bool? saveLocalDBLock, int? minDeletedCount, int? minDeletedSize, bool? saveBackupDBCompact, bool? autoCompact}) DBConfig
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