SMDBConfig class

Constructors

SMDBConfig({required bool autoCompact, required bool whenCompactAndCreateBkFile, required bool saveLocalIndexLockFile, required OnNeedToCompactCallback needToCompact, required String dbType, required int dbVersion})
const
SMDBConfig.empty()
factory

Properties

autoCompact bool
final
dbType String
final
dbVersion int
final
hashCode int
The hash code for this object.
no setterinherited
needToCompact OnNeedToCompactCallback
Default size > 2MB Or count > 100
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveLocalIndexLockFile bool
final
whenCompactAndCreateBkFile bool
final

Methods

copyWith({bool? autoCompact, bool? saveLocalIndexLockFile, OnNeedToCompactCallback? needToCompact, String? dbType, int? dbVersion, bool? whenCompactAndCreateBkFile}) SMDBConfig
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