minRatio property

double? minRatio
final

The minimum compaction ration. For example 2.0 would trigger compaction as soon as the file size can be halved.

Implementation

final double? minRatio;