Type alias AutoVacuumOptions

AutoVacuumOptions: VacuumOptions & VacuumConditions

Options to control auto vacuum behavior. When discarding a document with discard, a vacuuming operation is automatically started if the dirtCount and dirtFactor are above the minDirtCount and minDirtFactor thresholds defined by this configuration. See VacuumConditions for details on these.

Also, batchSize and batchWait can be specified, controlling batching behavior (see VacuumOptions).

Generated using TypeDoc