minFileSize property

int? minFileSize
final

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;