minFileSize property
The minimum size in bytes of the database file to trigger compaction. It is highly discouraged to trigger compaction solely on this condition.
Implementation
final int? minFileSize;
The minimum size in bytes of the database file to trigger compaction. It is highly discouraged to trigger compaction solely on this condition.
final int? minFileSize;